From 81c35806ce57eed86d5dc865f756974a23e0e6a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gamez?= Date: Mon, 20 Jan 2025 11:10:11 +0100 Subject: [PATCH] Release 7.16.1 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d07a518..870fd466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,14 @@ Please read about the future of the Firebase Admin PHP SDK on the ## [Unreleased] -## [7.16.0] +## [7.16.1] - 2025-01-20 + +### Fixed + +* It wasn't possible to upgrade the SDK to a newer version because it required a `lcobucci/jwt` release that doesn't + support PHP 8.1 anymore. This was fixed by changing the version requirement from `^5.4.2` to `^5.3`. + +## [7.16.0] - 2024-11-17 ### Added