Skip to content

Commit

Permalink
chore: release 0.120.0 (#2482)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and dwsupplee committed Nov 21, 2019
1 parent 3926eaf commit 3e3189a
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 8 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.120.0

<details><summary>google/cloud-speech 0.28.0</summary>



### Features

* add speaker tag to wordinfo and update timeouts ([#2481](https://www.github.com/googleapis/google-cloud-php/issues/2481)) ([b977437](https://www.github.com/googleapis/google-cloud-php/commit/b977437241630d725450fc0436c9b743a3208b4e))

</details>

<details><summary>google/cloud-trace 0.16.0</summary>



### Features

* update metadata, documentation and rest configuration. ([#2477](https://www.github.com/googleapis/google-cloud-php/issues/2477)) ([3926eaf](https://www.github.com/googleapis/google-cloud-php/commit/3926eafa474c7f8f8b78bc594af21bf2b6c663a0))

</details>

## 0.119.0

<details><summary>google/cloud-automl 0.8.1</summary>
Expand Down
2 changes: 1 addition & 1 deletion Speech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.27.0
0.28.0
2 changes: 1 addition & 1 deletion Speech/src/SpeechClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class SpeechClient
{
use ClientTrait;

const VERSION = '0.27.0';
const VERSION = '0.28.0';

const SCOPE = 'https://www.googleapis.com/auth/cloud-platform';

Expand Down
2 changes: 1 addition & 1 deletion Trace/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.0
0.16.0
2 changes: 1 addition & 1 deletion Trace/src/TraceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class TraceClient
{
use ClientTrait;

const VERSION = '0.15.0';
const VERSION = '0.16.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
"google/cloud-scheduler": "1.1.0",
"google/cloud-security-center": "0.2.0",
"google/cloud-spanner": "1.22.0",
"google/cloud-speech": "0.27.0",
"google/cloud-speech": "0.28.0",
"google/cloud-storage": "1.16.0",
"google/cloud-talent": "0.8.1",
"google/cloud-tasks": "1.4.0",
"google/cloud-text-to-speech": "0.5.0",
"google/cloud-trace": "0.15.0",
"google/cloud-trace": "0.16.0",
"google/cloud-translate": "1.6.0",
"google/cloud-videointelligence": "1.7.0",
"google/cloud-vision": "0.24.0",
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.120.0",
"v0.119.0",
"v0.118.0",
"v0.117.0",
Expand Down Expand Up @@ -1309,6 +1310,7 @@
"name": "google/cloud-speech",
"defaultService": "speech/speechclient",
"versions": [
"v0.28.0",
"v0.27.0",
"v0.26.0",
"v0.25.0",
Expand Down Expand Up @@ -1495,6 +1497,7 @@
"name": "google/cloud-trace",
"defaultService": "trace/traceclient",
"versions": [
"v0.16.0",
"v0.15.0",
"v0.14.4",
"v0.14.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.119.0';
const VERSION = '0.120.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.119.0';
const VERSION = '0.120.0';
}

0 comments on commit 3e3189a

Please sign in to comment.