From a0899331b887b98f06afcb145e78666b7f699fb7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 18:12:53 +0000 Subject: [PATCH] chore(main): release 0.227.0 --- CHANGELOG.md | 32 +++++++++++++++++++++++++++++++ Firestore/VERSION | 2 +- Firestore/src/FirestoreClient.php | 2 +- RedisCluster/VERSION | 2 +- TelcoAutomation/VERSION | 2 +- composer.json | 6 +++--- 6 files changed, 39 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0b90270fd6e..f517c70a1f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## 0.227.0 + +
google/cloud-firestore 1.38.0 + + + +### 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)) + +
+ +
google/cloud-redis-cluster 0.1.0 + + + +### Features + +* Introduce Redis Cluster ([#6795](https://github.com/googleapis/google-cloud-php/issues/6795)) ([b161dcf](https://github.com/googleapis/google-cloud-php/commit/b161dcfd1a1a6b1a42cc165c3371d8b3433572b7)) + +
+ +
google/cloud-telcoautomation 0.1.0 + + + +### Features + +* Introduce Telecoautomation ([#6794](https://github.com/googleapis/google-cloud-php/issues/6794)) ([4e0b460](https://github.com/googleapis/google-cloud-php/commit/4e0b460add3c599b79ca3e1dd863eec197e711ee)) + +
+ ## 0.226.0
google/cloud-ai-platform 0.27.0 diff --git a/Firestore/VERSION b/Firestore/VERSION index 199e8f7a3aeb..ebeef2f2d619 100644 --- a/Firestore/VERSION +++ b/Firestore/VERSION @@ -1 +1 @@ -1.37.7 +1.38.0 diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php index 194fec415cad..8048047081dc 100644 --- a/Firestore/src/FirestoreClient.php +++ b/Firestore/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.37.7'; + const VERSION = '1.38.0'; const DEFAULT_DATABASE = '(default)'; diff --git a/RedisCluster/VERSION b/RedisCluster/VERSION index 77d6f4ca2371..6e8bf73aa550 100644 --- a/RedisCluster/VERSION +++ b/RedisCluster/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/TelcoAutomation/VERSION b/TelcoAutomation/VERSION index 77d6f4ca2371..6e8bf73aa550 100644 --- a/TelcoAutomation/VERSION +++ b/TelcoAutomation/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/composer.json b/composer.json index 1386b145cbf5..e8f7f2636b41 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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", @@ -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",