diff --git a/CHANGELOG.md b/CHANGELOG.md index 77be40a..23500b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased] +## [5.1.0] - 2023-11-30 + +* Added support for PHP 8.3 and Symfony 7 + ([#52](https://github.com/kreait/firebase-bundle/pull/52)) + ## [5.0.0] - 2023-01-13 * Upgraded `kreait/firebase-php` from 6.x to 7.x @@ -87,7 +92,8 @@ This is a release with breaking changes. Please review the following changes and * Removed Support for `kreait/firebase-php:<5.0` * Removed project aliases -[Unreleased]: https://github.com/kreait/firebase-bundle/compare/5.0.0...HEAD +[Unreleased]: https://github.com/kreait/firebase-bundle/compare/5.1.0...HEAD +[5.1.0]: https://github.com/kreait/firebase-bundle/compare/5.0.0...5.1.0 [5.0.0]: https://github.com/kreait/firebase-bundle/compare/4.1.0...5.0.0 [4.1.0]: https://github.com/kreait/firebase-bundle/compare/4.0.0...4.1.0 [4.0.0]: https://github.com/kreait/firebase-bundle/compare/3.1.0...4.0.0