From 6535aeedb5786d7dd330e83eba4599a9d405c4c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gamez?= Date: Sun, 26 May 2024 14:44:04 +0200 Subject: [PATCH] Release 7.12.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1147870..ad42c0f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ Please read about the future of the Firebase Admin PHP SDK on the ## [Unreleased] +### Fixed + +* Fix `WebPushNotification` Shape + ([#895](https://github.com/kreait/firebase-php/pull/895)) +* Catch `Throwable` and let the exception converter handle details + ([#896](https://github.com/kreait/firebase-php/pull/896)) + ## [7.11.0] - 2024-05-16 ### Added