Skip to content

Commit

Permalink
chore: release 0.118.0 (#2460)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and dwsupplee committed Nov 13, 2019
1 parent 1d0ae53 commit d7b7026
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AutoMl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.8.0
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.118.0

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



### Features

* update clients ([#2443](https://www.github.com/googleapis/google-cloud-php/issues/2443)) ([1d0ae53](https://www.github.com/googleapis/google-cloud-php/commit/1d0ae536dfed84c8bf37cc488c729f104bf7ed0f))

</details>

## 0.117.0

<details><summary>google/cloud-spanner 1.21.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"replace": {
"google/cloud-asset": "0.4.0",
"google/cloud-automl": "0.7.1",
"google/cloud-automl": "0.8.0",
"google/cloud-bigquery": "1.12.1",
"google/cloud-bigquerydatatransfer": "0.14.0",
"google/cloud-bigtable": "1.1.0",
Expand Down
2 changes: 2 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.118.0",
"v0.117.0",
"v0.116.0",
"v0.115.0",
Expand Down Expand Up @@ -186,6 +187,7 @@
"name": "google/cloud-automl",
"defaultService": "automl/readme",
"versions": [
"v0.8.0",
"v0.7.1",
"v0.7.0",
"v0.6.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.117.0';
const VERSION = '0.118.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.117.0';
const VERSION = '0.118.0';
}

0 comments on commit d7b7026

Please sign in to comment.