diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ee3e39c..e9d4014f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ * [feat]: add support for Firebase v6.0 (#391) +## [1.50.1](https://github.com/googleapis/google-auth-library-php/compare/v1.50.0...v1.50.1) (2026-03-18) + + +### Bug Fixes + +* ImpersonatedCredentials getLastReceivedToken returns correct token ([#655](https://github.com/googleapis/google-auth-library-php/issues/655)) ([a4fe69c](https://github.com/googleapis/google-auth-library-php/commit/a4fe69c11c0c8bbe78e33eb1433c6dbcec72af2a)) +* Support psr/log 2 ([#654](https://github.com/googleapis/google-auth-library-php/issues/654)) ([4b746b8](https://github.com/googleapis/google-auth-library-php/commit/4b746b844ff60d86c6dcc940eb250a0753919181)) + ## [1.50.0](https://github.com/googleapis/google-auth-library-php/compare/v1.49.0...v1.50.0) (2026-01-08) diff --git a/VERSION b/VERSION index 5a5c7211d..9cbd34da1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.50.0 +1.50.1