From 668d45026a65e607bcc679bf0f534850ada9d60d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gamez?= Date: Tue, 5 Oct 2021 18:12:37 +0200 Subject: [PATCH] Release 5.24.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea044f67..ef179985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # CHANGELOG ## [Unreleased] + +## [5.24.0] - 2021-10-05 ### Added * Added `Factory::getDebugInfo()` to display information about the currently configured factory. ([Documentation](https://firebase-php.readthedocs.io/en/latest/troubleshooting.html#debugging)) @@ -301,7 +303,8 @@ to upgrade from a 4.x release to 5.0 without changes to your code.** * Support for PHP `<7.2` * Deprecated methods and classes -[Unreleased]: https://github.com/kreait/firebase-php/compare/5.23.0...HEAD +[Unreleased]: https://github.com/kreait/firebase-php/compare/5.24.0...HEAD +[5.24.0]: https://github.com/kreait/firebase-php/compare/5.23.0...5.24.0 [5.23.0]: https://github.com/kreait/firebase-php/compare/5.22.0...5.23.0 [5.22.0]: https://github.com/kreait/firebase-php/compare/5.21.0...5.22.0 [5.21.0]: https://github.com/kreait/firebase-php/compare/5.20.1...5.21.0