Skip to content

Commit

Permalink
chore: release 0.124.0 (#2637)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Jan 31, 2020
1 parent 0f8bd09 commit eb4d88d
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 13 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Changelog

## 0.124.0

<details><summary>google/cloud-dialogflow 0.11.0</summary>



### Features

* update dialogflow clients ([#2623](https://www.github.com/googleapis/google-cloud-php/issues/2623)) ([1bb6167](https://www.github.com/googleapis/google-cloud-php/commit/1bb6167fc8f7ca7ad532627001090f537dbac0cf))

</details>

<details><summary>google/cloud-pubsub 1.20.0</summary>



### Features

* add support for dead letter policies ([#2504](https://www.github.com/googleapis/google-cloud-php/issues/2504)) ([0f8bd09](https://www.github.com/googleapis/google-cloud-php/commit/0f8bd0976d7955c2d63e88c5c4dc12b9174d8df8))
* add support for ordering keys ([#2624](https://www.github.com/googleapis/google-cloud-php/issues/2624)) ([5790d1a](https://www.github.com/googleapis/google-cloud-php/commit/5790d1a1c0bdfe8b5225ce0803eb9c76745d066f))

</details>

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



### Features

* introduce recommender v1 client ([#2636](https://www.github.com/googleapis/google-cloud-php/issues/2636)) ([65c24d7](https://www.github.com/googleapis/google-cloud-php/commit/65c24d71d3c3013b176ba95415ab4f54b60aa1b9))

</details>

<details><summary>google/cloud-videointelligence 1.7.2</summary>



### Bug Fixes

* update documentation ([#2653](https://www.github.com/googleapis/google-cloud-php/issues/2653)) ([97a3904](https://www.github.com/googleapis/google-cloud-php/commit/97a3904900ae4d0668903ac807c0c957838ffe40))

</details>

## 0.123.0

<details><summary>google/cloud-bigquery 1.12.2</summary>
Expand Down
2 changes: 1 addition & 1 deletion Dialogflow/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0
0.11.0
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.0
1.20.0
2 changes: 1 addition & 1 deletion PubSub/src/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class PubSubClient
use IncomingMessageTrait;
use ResourceNameTrait;

const VERSION = '1.19.0';
const VERSION = '1.20.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub';

Expand Down
2 changes: 1 addition & 1 deletion Recommender/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 Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.0
1.23.0
2 changes: 1 addition & 1 deletion VideoIntelligence/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.1
1.7.2
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"google/cloud-dataproc": "0.16.1",
"google/cloud-datastore": "1.10.1",
"google/cloud-debugger": "0.20.0",
"google/cloud-dialogflow": "0.10.0",
"google/cloud-dialogflow": "0.11.0",
"google/cloud-dlp": "0.24.0",
"google/cloud-error-reporting": "0.15.0",
"google/cloud-firestore": "1.10.1",
Expand All @@ -90,8 +90,8 @@
"google/cloud-logging": "1.18.0",
"google/cloud-monitoring": "0.19.0",
"google/cloud-oslogin": "0.10.0",
"google/cloud-pubsub": "1.19.0",
"google/cloud-recommender": "master",
"google/cloud-pubsub": "1.20.0",
"google/cloud-recommender": "0.1.0",
"google/cloud-redis": "0.11.0",
"google/cloud-scheduler": "1.1.0",
"google/cloud-secret-manager": "0.1.0",
Expand All @@ -104,7 +104,7 @@
"google/cloud-text-to-speech": "0.5.0",
"google/cloud-trace": "0.16.0",
"google/cloud-translate": "1.6.0",
"google/cloud-videointelligence": "1.7.1",
"google/cloud-videointelligence": "1.7.2",
"google/cloud-vision": "0.24.1",
"google/cloud-web-risk": "0.3.0",
"google/cloud-web-security-scanner": "0.3.0"
Expand Down Expand Up @@ -260,4 +260,4 @@
]
}
}
}
}
5 changes: 5 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.124.0",
"v0.123.0",
"v0.122.0",
"v0.121.0",
Expand Down Expand Up @@ -615,6 +616,7 @@
"name": "google/cloud-dialogflow",
"defaultService": "dialogflow/readme",
"versions": [
"v0.11.0",
"v0.10.0",
"v0.9.0",
"v0.8.4",
Expand Down Expand Up @@ -1111,6 +1113,7 @@
"name": "google/cloud-pubsub",
"defaultService": "pubsub/pubsubclient",
"versions": [
"v1.20.0",
"v1.19.0",
"v1.18.0",
"v1.17.0",
Expand Down Expand Up @@ -1181,6 +1184,7 @@
"name": "google/cloud-recommender",
"defaultService": "recommender/readme",
"versions": [
"v0.1.0",
"master"
]
},
Expand Down Expand Up @@ -1616,6 +1620,7 @@
"name": "google/cloud-videointelligence",
"defaultService": "videointelligence/readme",
"versions": [
"v1.7.2",
"v1.7.1",
"v1.7.0",
"v1.6.1",
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.123.0';
const VERSION = '0.124.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.123.0';
const VERSION = '0.124.0';
}

0 comments on commit eb4d88d

Please sign in to comment.