Skip to content

Commit

Permalink
Release 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Jul 2, 2020
1 parent 15d29d0 commit b07b4b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG

## [Unreleased]

## [5.6.0] - 2020-07-02
### Added
* User Records now contain the date and time when a user's password has last been updated.
([Documentation](https://firebase-php.readthedocs.io/en/latest/user-management.html#user-records))
Expand All @@ -9,7 +11,7 @@
messages being sent to the Firebase API.
([#441](https://github.com/kreait/firebase-php/issues/441))
### Fixed
* It was not possible to instantiate a Custom Token Generator on GCE credentials due to missing
* It was not possible to instantiate a Custom Token Generator on GAE/GCE due to missing
auto discovery.

## [5.5.0] - 2020-06-19
Expand Down Expand Up @@ -65,7 +67,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.5.0...HEAD
[Unreleased]: https://github.com/kreait/firebase-php/compare/5.6.0...HEAD
[5.6.0]: https://github.com/kreait/firebase-php/compare/5.5.0...5.6.0
[5.5.0]: https://github.com/kreait/firebase-php/compare/5.4.0...5.5.0
[5.4.0]: https://github.com/kreait/firebase-php/compare/5.3.0...5.4.0
[5.3.0]: https://github.com/kreait/firebase-php/compare/5.2.0...5.3.0
Expand Down

0 comments on commit b07b4b8

Please sign in to comment.