diff --git a/CHANGELOG.md b/CHANGELOG.md index d777812f..aacd1998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ ## [Unreleased] -### Added +## [5.26.1] - 2022-01-16 +### Fixed * When signing in with IdP credentials a user's Firebase UID is retrieved from the returned `localId` field, if present ## [5.26.0] - 2022-01-06 @@ -333,7 +334,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.26.0...5.x +[Unreleased]: https://github.com/kreait/firebase-php/compare/5.26.1...5.x +[5.26.1]: https://github.com/kreait/firebase-php/compare/5.26.0...5.26.1 [5.26.0]: https://github.com/kreait/firebase-php/compare/5.25.0...5.26.0 [5.25.0]: https://github.com/kreait/firebase-php/compare/5.24.0...5.25.0 [5.24.0]: https://github.com/kreait/firebase-php/compare/5.23.0...5.24.0