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 Dec 24, 2024
1 parent 38f1e28 commit 5ef9c6f
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.18] - 2024-12-24

### Added

- Tools like IntelliJ, Spotbugs and ErrorProne now report when you forget to call `.verify()` at the end of an EqualsVerifier invocation (through the `@CheckReturnValue` annotation).
Expand Down Expand Up @@ -1293,7 +1295,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.17.5...HEAD
[unreleased]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.18...HEAD
[3.18]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.17.5...equalsverifier-3.18
[3.17.5]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.17.4...equalsverifier-3.17.5
[3.17.4]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.17.3...equalsverifier-3.17.4
[3.17.3]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.17.2...equalsverifier-3.17.3
Expand Down

0 comments on commit 5ef9c6f

Please sign in to comment.