Skip to content

Commit b63ef02

Browse files
committed
Release 7.0.1
1 parent 482d803 commit b63ef02

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
## [Unreleased]
44

5+
## [7.0.1] - 2023-01-24
6+
57
### Fixed
68

79
* When trying to work with unknown FCM tokens, errors returned from the Messaging REST API were not passed to
810
the `NotFound` exception, which prevented the inspection of further details.
911
([#760](https://github.com/kreait/firebase-php/pull/760))
1012

11-
## [7.0.0]
13+
## [7.0.0] - 2022-12-20
1214

1315
The most notable change is that you need PHP 8.1/8.2 to use the new version. The language migration of
1416
the SDK introduces breaking changes concerning the strictness of parameter types almost everywhere in
@@ -36,5 +38,6 @@ See **[UPGRADE-7.0](UPGRADE-7.0.md) for more details on the changes between 6.x
3638

3739
https://github.com/kreait/firebase-php/blob/6.x/CHANGELOG.md
3840

39-
[Unreleased]: https://github.com/kreait/firebase-php/tree/7.x
41+
[Unreleased]: https://github.com/kreait/firebase-php/compare/7.0.1...7.x
42+
[7.0.1]: https://github.com/kreait/firebase-php/compare/7.0.0...7.0.1
4043
[7.0.0]: https://github.com/kreait/firebase-php/releases/tag/7.0.0

0 commit comments

Comments
 (0)