diff --git a/CHANGELOG.md b/CHANGELOG.md index c5bf7d7..eab4916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ to [Semantic Versioning](http://semver.org/). ## [unreleased] Unreleased +## [3.3.0] 2023-02-28; + ### Breaking change - Removed the `aliases.php` file from the package autoloading. Take a look at the README.md file to see how to gracefully upgrade to version 3.3 @@ -472,4 +474,5 @@ org/psr/psr-11/) [3.1.1]: https://github.com/lucatume/di52/compare/3.1.0...3.1.1 [3.2.0]: https://github.com/lucatume/di52/compare/3.1.1...3.2.0 [3.2.1]: https://github.com/lucatume/di52/compare/3.2.0...3.2.1 -[unreleased]: https://github.com/lucatume/di52/compare/3.2.1...HEAD +[3.3.0]: https://github.com/lucatume/di52/compare/3.2.1...3.3.0 +[unreleased]: https://github.com/lucatume/di52/compare/3.3.0...HEAD