Skip to content

Commit

Permalink
Updates CHANGELOG for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Jun 23, 2023
1 parent 8971dc5 commit 1bdaaad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.14.3] - 2023-06-23

- Adds prefab values for `Throwable`, `Exception` and `RuntimeException`. ([Issue 831](https://github.com/jqno/equalsverifier/issues/831))

## [3.14.2] - 2023-05-31
Expand Down Expand Up @@ -1130,7 +1132,8 @@ Please don't use version 1.3; [it's a broken release](https://jqno.nl/post/2013/

You can now use EqualsVerifier!

[unreleased]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.14.2...HEAD
[unreleased]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.14.3...HEAD
[3.14.3]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.14.2...equalsverifier-3.14.3
[3.14.2]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.14.1...equalsverifier-3.14.2
[3.14.1]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.14...equalsverifier-3.14.1
[3.14]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.13.2...equalsverifier-3.14
Expand Down

0 comments on commit 1bdaaad

Please sign in to comment.