Skip to content

Commit f068f0b

Browse files
committed
Release 7.0.0
1 parent 4e04c6b commit f068f0b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CHANGELOG.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## [7.0.0] (Unreleased)
3+
## [7.0.0]
44

55
The most notable change is that you need PHP 8.1/8.2 to use the new version. The language migration of
66
the SDK introduces breaking changes concerning the strictness of parameter types almost everywhere in
@@ -11,7 +11,7 @@ This release adds many more PHPDoc annotations to support the usage of Static An
1111
and Psalm and moves away from doing runtime checks. It is strongly recommended to use a Static Analysis
1212
Tool and ensure that input values are validated before handing them over to the SDK.
1313

14-
## Added features
14+
### Added features
1515

1616
* Added support for verifying Firebase App Check Tokens. ([#747](https://github.com/kreait/firebase-php/pull/747))
1717

@@ -28,6 +28,5 @@ See **[UPGRADE-7.0](UPGRADE-7.0.md) for more details on the changes between 6.x
2828

2929
https://github.com/kreait/firebase-php/blob/6.x/CHANGELOG.md
3030

31-
<!-- [Unreleased]: https://github.com/kreait/firebase-php/tree/7.x -->
32-
<!-- [7.0.0]: https://github.com/kreait/firebase-php/releases/tag/7.0.0 -->
33-
[7.0.0]: https://github.com/kreait/firebase-php/tree/7.x
31+
[Unreleased]: https://github.com/kreait/firebase-php/tree/7.x
32+
[7.0.0]: https://github.com/kreait/firebase-php/releases/tag/7.0.0

0 commit comments

Comments
 (0)