diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b2c868586d..f80476eb9b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 0.228.0 + +
google/cloud-firestore 1.39.0 + + + +### Features + +* Expose Firestore namespace ID fields in import/export APIs to stable ([ddd52a6](https://github.com/googleapis/google-cloud-php/commit/ddd52a64a39fa7721c52e948d0fe5ed72e84487d)) +* Expose Firestore PITR fields in Database to stable ([#6842](https://github.com/googleapis/google-cloud-php/issues/6842)) ([ddd52a6](https://github.com/googleapis/google-cloud-php/commit/ddd52a64a39fa7721c52e948d0fe5ed72e84487d)) +* Expose Firestore snapshot_time field in export API to stable ([ddd52a6](https://github.com/googleapis/google-cloud-php/commit/ddd52a64a39fa7721c52e948d0fe5ed72e84487d)) + + +### Documentation + +* Assorted typo fixes and whitespace updates ([ddd52a6](https://github.com/googleapis/google-cloud-php/commit/ddd52a64a39fa7721c52e948d0fe5ed72e84487d)) + +
+ ## 0.227.0
google/cloud-ai-platform 0.28.0 diff --git a/Firestore/VERSION b/Firestore/VERSION index ebeef2f2d619..5edffce6d570 100644 --- a/Firestore/VERSION +++ b/Firestore/VERSION @@ -1 +1 @@ -1.38.0 +1.39.0 diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php index 8048047081dc..550a09cb2a29 100644 --- a/Firestore/src/FirestoreClient.php +++ b/Firestore/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.38.0'; + const VERSION = '1.39.0'; const DEFAULT_DATABASE = '(default)'; diff --git a/composer.json b/composer.json index a3313cfd528b..21036f63303f 100644 --- a/composer.json +++ b/composer.json @@ -144,7 +144,7 @@ "google/cloud-eventarc": "1.2.2", "google/cloud-eventarc-publishing": "0.5.1", "google/cloud-filestore": "1.4.0", - "google/cloud-firestore": "1.38.0", + "google/cloud-firestore": "1.39.0", "google/cloud-functions": "1.4.2", "google/cloud-game-servers": "1.2.2", "google/cloud-gke-backup": "0.5.3",