Skip to content

Commit

Permalink
chore(main): release 0.228.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 5, 2023
1 parent ddd52a6 commit 4cff605
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 0.228.0

<details><summary>google/cloud-firestore 1.39.0</summary>



### 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))

</details>

## 0.227.0

<details><summary>google/cloud-ai-platform 0.28.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.38.0
1.39.0
2 changes: 1 addition & 1 deletion Firestore/src/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

const VERSION = '1.38.0';
const VERSION = '1.39.0';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4cff605

Please sign in to comment.