Skip to content

Commit

Permalink
chore(main): release 0.227.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 17, 2023
1 parent b161dcf commit a089933
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 7 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## 0.227.0

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



### Features

* **Firestore:** SUM / AVG aggregation feature ([#6557](https://github.com/googleapis/google-cloud-php/issues/6557)) ([53a2795](https://github.com/googleapis/google-cloud-php/commit/53a2795947ac29e16ece35f8a77ca1e848fc9062))

</details>

<details><summary>google/cloud-redis-cluster 0.1.0</summary>



### Features

* Introduce Redis Cluster ([#6795](https://github.com/googleapis/google-cloud-php/issues/6795)) ([b161dcf](https://github.com/googleapis/google-cloud-php/commit/b161dcfd1a1a6b1a42cc165c3371d8b3433572b7))

</details>

<details><summary>google/cloud-telcoautomation 0.1.0</summary>



### Features

* Introduce Telecoautomation ([#6794](https://github.com/googleapis/google-cloud-php/issues/6794)) ([4e0b460](https://github.com/googleapis/google-cloud-php/commit/4e0b460add3c599b79ca3e1dd863eec197e711ee))

</details>

## 0.226.0

<details><summary>google/cloud-ai-platform 0.27.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.37.7
1.38.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.37.7';
const VERSION = '1.38.0';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion RedisCluster/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.0
0.1.0
2 changes: 1 addition & 1 deletion TelcoAutomation/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.0
0.1.0
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"google/cloud-eventarc": "1.2.2",
"google/cloud-eventarc-publishing": "0.5.1",
"google/cloud-filestore": "1.3.2",
"google/cloud-firestore": "1.37.7",
"google/cloud-firestore": "1.38.0",
"google/cloud-functions": "1.4.2",
"google/cloud-game-servers": "1.2.2",
"google/cloud-gke-backup": "0.5.3",
Expand Down Expand Up @@ -186,7 +186,7 @@
"google/cloud-recommendations-ai": "0.6.4",
"google/cloud-recommender": "1.9.1",
"google/cloud-redis": "1.8.4",
"google/cloud-redis-cluster": "0.0.0",
"google/cloud-redis-cluster": "0.1.0",
"google/cloud-resource-manager": "0.7.2",
"google/cloud-resource-settings": "1.1.3",
"google/cloud-retail": "1.4.2",
Expand All @@ -210,7 +210,7 @@
"google/cloud-support": "0.1.2",
"google/cloud-talent": "1.2.2",
"google/cloud-tasks": "1.13.2",
"google/cloud-telcoautomation": "0.0.0",
"google/cloud-telcoautomation": "0.1.0",
"google/cloud-text-to-speech": "1.7.2",
"google/cloud-tpu": "1.3.2",
"google/cloud-trace": "1.6.5",
Expand Down

0 comments on commit a089933

Please sign in to comment.