diff --git a/CHANGELOG.md b/CHANGELOG.md index 93de4ce..1eeab19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.5.0] - 2023-07-19 ### Changed @@ -47,7 +47,8 @@ - Changed `EntryNotFoundException` parent from `\InvalidArgumentException` to `NotFoundException` -[Unreleased]: https://github.com/phetit/dependency-injection/compare/v0.4.0...main +[Unreleased]: https://github.com/phetit/dependency-injection/compare/v0.5.0...main +[0.4.0]: https://github.com/phetit/dependency-injection/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/phetit/dependency-injection/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/phetit/dependency-injection/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/phetit/dependency-injection/compare/v0.1.0...v0.2.0