Skip to content

Commit 5a4706a

Browse files
committed
Updates CHANGELOG for release
1 parent 76138b5 commit 5a4706a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
## [Unreleased]
1616

17+
## [4.0.6] - 2025-07-18
18+
1719
### Changed
1820

1921
- EqualsVerifier will issue an error when an entity has lazy fields that should be accessed by their getter, and the getter is final, because in that case it can't perform the check. ([Issue 1102](https://github.com/jqno/equalsverifier/issues/1102))
@@ -1423,7 +1425,8 @@ Please don't use version 1.3; [it's a broken release](https://jqno.nl/post/2013/
14231425

14241426
You can now use EqualsVerifier!
14251427

1426-
[unreleased]: https://github.com/jqno/equalsverifier/compare/equalsverifier-4.0.5...HEAD
1428+
[unreleased]: https://github.com/jqno/equalsverifier/compare/equalsverifier-4.0.6...HEAD
1429+
[4.0.6]: https://github.com/jqno/equalsverifier/compare/equalsverifier-4.0.5...equalsverifier-4.0.6
14271430
[4.0.5]: https://github.com/jqno/equalsverifier/compare/equalsverifier-4.0.4...equalsverifier-4.0.5
14281431
[4.0.4]: https://github.com/jqno/equalsverifier/compare/equalsverifier-4.0.3...equalsverifier-4.0.4
14291432
[4.0.3]: https://github.com/jqno/equalsverifier/compare/equalsverifier-4.0.2...equalsverifier-4.0.3

0 commit comments

Comments
 (0)