diff --git a/CHANGELOG.md b/CHANGELOG.md index a8703f5..db07634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [2.6.0] - 2024-07-04 + +- Fix the deprecation for implicit nullable types in PHP 8.4 +- Remove usage of the deprecated base extension from HttpKernel +- Remove dev files from the archives + ## [2.5.0] - 2024-01-04 - Add support to Symfony 7.0 @@ -186,7 +192,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.1] - 2014-07-18 -[Unreleased]: https://github.com/swarrot/SwarrotBundle/compare/v2.2.0...HEAD +[Unreleased]: https://github.com/swarrot/SwarrotBundle/compare/v2.6.0...HEAD +[2.6.0]: https://github.com/swarrot/SwarrotBundle/compare/v2.5.0...v2.6.0 [2.2.0]: https://github.com/swarrot/SwarrotBundle/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/swarrot/SwarrotBundle/compare/v2.0.1...v2.1.0 [2.0.1]: https://github.com/swarrot/SwarrotBundle/compare/v2.0.0...v2.0.1