Skip to content

Commit

Permalink
chore(main): release 0.195.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 9, 2022
1 parent 7ebae6c commit 46feae4
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AiPlatform/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0
0.11.0
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.195.0

<details><summary>google/cloud-ai-platform 0.11.0</summary>



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

</details>

<details><summary>google/cloud-text-to-speech 1.5.0</summary>



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

</details>

## 0.194.0

<details><summary>google/cloud-access-approval 1.0.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion TextToSpeech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.5
1.5.0
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "servicebuilder",
"versions": [
"v0.195.0",
"v0.194.0",
"v0.193.0",
"v0.192.0",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
const VERSION = '0.194.0';
const VERSION = '0.195.0';
}
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
*/
class Version
{
const VERSION = '0.194.0';
const VERSION = '0.195.0';
}

0 comments on commit 46feae4

Please sign in to comment.