Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 0.115.0 #2375

Merged
merged 10 commits into from
Oct 7, 2019
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
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';
}