From 46feae4c9f6ccab42a742f1bac082926206ba79a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 00:34:37 +0000 Subject: [PATCH] chore(main): release 0.195.0 --- AiPlatform/VERSION | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ TextToSpeech/VERSION | 2 +- composer.json | 4 ++-- docs/manifest.json | 3 +++ src/ServiceBuilder.php | 2 +- src/Version.php | 2 +- 7 files changed, 31 insertions(+), 6 deletions(-) diff --git a/AiPlatform/VERSION b/AiPlatform/VERSION index 78bc1abd14f2..d9df1bbc0c7b 100644 --- a/AiPlatform/VERSION +++ b/AiPlatform/VERSION @@ -1 +1 @@ -0.10.0 +0.11.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index e483988964ad..cf12077ae334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 0.195.0 + +
google/cloud-ai-platform 0.11.0 + + + +### Features + +* [AiPlatform] add service_account to UploadModelRequest in aiplatform v1 model_service.proto ([#5688](https://github.com/googleapis/google-cloud-php/issues/5688)) ([abf312e](https://github.com/googleapis/google-cloud-php/commit/abf312e57cc273539e691b4c5dc961a568c2b4ce)) + +
+ +
google/cloud-text-to-speech 1.5.0 + + + +### Features + +* [TextToSpeech] add LRS API ([#5680](https://github.com/googleapis/google-cloud-php/issues/5680)) ([7ebae6c](https://github.com/googleapis/google-cloud-php/commit/7ebae6c3de78015842d5f83f3208cb3c464c7a93)) + +
+ ## 0.194.0
google/cloud-access-approval 1.0.0 diff --git a/TextToSpeech/VERSION b/TextToSpeech/VERSION index e516bb9d963a..bc80560fad66 100644 --- a/TextToSpeech/VERSION +++ b/TextToSpeech/VERSION @@ -1 +1 @@ -1.4.5 +1.5.0 diff --git a/composer.json b/composer.json index ba1c9df760d6..ef0201175bd9 100644 --- a/composer.json +++ b/composer.json @@ -77,7 +77,7 @@ "google/analytics-admin": "0.8.0", "google/analytics-data": "0.9.1", "google/cloud-access-approval": "1.0.0", - "google/cloud-ai-platform": "0.10.0", + "google/cloud-ai-platform": "0.11.0", "google/cloud-api-gateway": "1.0.0", "google/cloud-api-keys": "0.1.1", "google/cloud-apigee-connect": "1.0.0", @@ -198,7 +198,7 @@ "google/cloud-storage-transfer": "1.0.0", "google/cloud-talent": "1.0.0", "google/cloud-tasks": "1.11.6", - "google/cloud-text-to-speech": "1.4.5", + "google/cloud-text-to-speech": "1.5.0", "google/cloud-tpu": "1.0.0", "google/cloud-trace": "1.4.10", "google/cloud-translate": "1.12.9", diff --git a/docs/manifest.json b/docs/manifest.json index 39abc072f926..617f99bbf259 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.195.0", "v0.194.0", "v0.193.0", "v0.192.0", @@ -188,6 +189,7 @@ "name": "google/cloud-ai-platform", "defaultService": "aiplatform/readme", "versions": [ + "v0.11.0", "v0.10.0", "v0.9.0", "v0.8.0", @@ -4020,6 +4022,7 @@ "name": "google/cloud-text-to-speech", "defaultService": "texttospeech/readme", "versions": [ + "v1.5.0", "v1.4.5", "v1.4.4", "v1.4.3", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 7f2c4e981796..35f292d45bde 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.194.0'; + const VERSION = '0.195.0'; } diff --git a/src/Version.php b/src/Version.php index b2d6f2591360..58356c4cd320 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.194.0'; + const VERSION = '0.195.0'; }