Skip to content

Commit

Permalink
chore: release 0.115.0 (#2375)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and dwsupplee committed Oct 7, 2019
1 parent 45dc25b commit 36040d9
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 10 deletions.
2 changes: 1 addition & 1 deletion AutoMl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.7.1
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## 0.115.0

<details><summary>google/cloud-automl 0.7.1</summary>



### Bug Fixes

* **BREAKING** Ensure operations calls work correctly. ([#2379](https://www.github.com/googleapis/google-cloud-php/issues/2379)) ([45dc25b](https://www.github.com/googleapis/google-cloud-php/commit/45dc25b))
* Correct system test namespaces ([#2373](https://www.github.com/googleapis/google-cloud-php/issues/2373)) ([8344b05](https://www.github.com/googleapis/google-cloud-php/commit/8344b05))

</details>

<details><summary>google/cloud-dataproc 0.15.0</summary>



### Features

* Add ability to set autoscaling policy and manage kerberos config. ([#2372](https://www.github.com/googleapis/google-cloud-php/issues/2372)) ([627fec5](https://www.github.com/googleapis/google-cloud-php/commit/627fec5))

</details>

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



### Features

* Increase default timeouts. ([#2362](https://www.github.com/googleapis/google-cloud-php/issues/2362)) ([30dea94](https://www.github.com/googleapis/google-cloud-php/commit/30dea94))

</details>

## 0.114.0

<details><summary>google/cloud-automl 0.7.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Dataproc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0
0.15.0
2 changes: 1 addition & 1 deletion Spanner/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 Spanner/src/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

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

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@
},
"replace": {
"google/cloud-asset": "0.4.0",
"google/cloud-automl": "0.6.0",
"google/cloud-automl": "0.7.1",
"google/cloud-bigquery": "1.12.1",
"google/cloud-bigquerydatatransfer": "0.14.0",
"google/cloud-bigtable": "1.1.0",
"google/cloud-common-protos": "0.2.0",
"google/cloud-container": "0.11.0",
"google/cloud-core": "1.33.1",
"google/cloud-dataproc": "0.14.0",
"google/cloud-dataproc": "0.15.0",
"google/cloud-datastore": "1.10.0",
"google/cloud-debugger": "0.19.1",
"google/cloud-dialogflow": "0.10.0",
Expand All @@ -94,14 +94,14 @@
"google/cloud-redis": "0.10.0",
"google/cloud-scheduler": "1.1.0",
"google/cloud-security-center": "0.2.0",
"google/cloud-spanner": "1.19.0",
"google/cloud-spanner": "1.20.0",
"google/cloud-speech": "0.27.0",
"google/cloud-storage": "1.14.0",
"google/cloud-talent": "0.6.0",
"google/cloud-tasks": "1.3.0",
"google/cloud-text-to-speech": "0.5.0",
"google/cloud-trace": "0.15.0",
"google/cloud-translate": "1.4.1",
"google/cloud-translate": "1.5.0",
"google/cloud-videointelligence": "1.7.0",
"google/cloud-vision": "0.24.0",
"google/cloud-web-risk": "0.3.0",
Expand Down
4 changes: 4 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.115.0",
"v0.114.0",
"v0.113.0",
"v0.112.0",
Expand Down Expand Up @@ -183,6 +184,7 @@
"name": "google/cloud-automl",
"defaultService": "automl/readme",
"versions": [
"v0.7.1",
"v0.7.0",
"v0.6.0",
"v0.5.0",
Expand Down Expand Up @@ -460,6 +462,7 @@
"name": "google/cloud-dataproc",
"defaultService": "dataproc/readme",
"versions": [
"v0.15.0",
"v0.14.0",
"v0.13.0",
"v0.12.0",
Expand Down Expand Up @@ -1213,6 +1216,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v1.20.0",
"v1.19.0",
"v1.18.0",
"v1.17.0",
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.114.0';
const VERSION = '0.115.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.114.0';
const VERSION = '0.115.0';
}

0 comments on commit 36040d9

Please sign in to comment.