Skip to content

Commit

Permalink
Release 6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Sep 15, 2022
1 parent 131270e commit 8ae2e1a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [6.9.0] - 2022-09-16

### Added

* Added support for Remote Config Personalization
Expand All @@ -12,11 +14,7 @@
from a Remote Config Template
* Added method `Kreait\Firebase\RemoteConfig\Template::withRemovedParameterGroup(string $name)` to remove an existing
parameter group from a Remote Config Template

### Changed

* Added `Kreait\Firebase\RemoteConfig\DefaultValue::useInAppDefault()` and deprecated
`\Kreait\Firebase\RemoteConfig\DefaultValue::none()`
* Added `Kreait\Firebase\RemoteConfig\DefaultValue::useInAppDefault()`

### Deprecated

Expand Down Expand Up @@ -305,7 +303,8 @@ methods.
* `Kreait\Firebase\Value\Uid`
* `Kreait\Firebase\Value\Url`

[Unreleased]: https://github.com/kreait/firebase-php/compare/6.8.0...6.x
[Unreleased]: https://github.com/kreait/firebase-php/compare/6.9.0...6.x
[6.9.0]: https://github.com/kreait/firebase-php/compare/6.8.0...6.9.0
[6.8.0]: https://github.com/kreait/firebase-php/compare/6.7.1...6.8.0
[6.7.1]: https://github.com/kreait/firebase-php/compare/6.7.0...6.7.1
[6.7.0]: https://github.com/kreait/firebase-php/compare/6.6.1...6.7.0
Expand Down

0 comments on commit 8ae2e1a

Please sign in to comment.