Skip to content

Commit

Permalink
Release 6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Aug 16, 2022
1 parent 54fc371 commit 0a7c218
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [6.7.1] - 2022-08-17

### Fixed

* Limits and filters were not applied to Realtime Database Queries
Expand All @@ -11,7 +13,7 @@

### Added

* Added support for the Firebase Auth Emulator.
* Added support for the Firebase Realtime Database Emulator.
([#722](https://github.com/kreait/firebase-php/pull/722)) ([Documentation](https://firebase-php.readthedocs.io/en/latest/testing.html))

### Changed
Expand Down Expand Up @@ -271,7 +273,8 @@ methods.
* `Kreait\Firebase\Value\Uid`
* `Kreait\Firebase\Value\Url`

[Unreleased]: https://github.com/kreait/firebase-php/compare/6.7.0...6.x
[Unreleased]: https://github.com/kreait/firebase-php/compare/6.7.1...6.x
[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
[6.6.1]: https://github.com/kreait/firebase-php/compare/6.6.0...6.6.1
[6.6.0]: https://github.com/kreait/firebase-php/compare/6.5.1...6.6.0
Expand Down

0 comments on commit 0a7c218

Please sign in to comment.