Skip to content

Commit

Permalink
chore: release 0.114.0 (#2369)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and jdpedrie committed Oct 4, 2019
1 parent dc8c877 commit cc8494f
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AutoMl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.114.0

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



### Features

* Introduce Cloud AutoML V1 client ([#2367](https://www.github.com/googleapis/google-cloud-php/issues/2367)) ([1b019ad](https://www.github.com/googleapis/google-cloud-php/commit/1b019ad))

</details>

<details><summary>google/cloud-translate 1.5.0</summary>



### Features

* Introduce Cloud Translation V3 client ([#2366](https://www.github.com/googleapis/google-cloud-php/issues/2366)) ([e6a4f17](https://www.github.com/googleapis/google-cloud-php/commit/e6a4f17))

</details>

## 0.113.0

<details><summary>google/cloud-automl 0.6.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Translate/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.5.0
2 changes: 1 addition & 1 deletion Translate/src/TranslateClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class TranslateClient
{
use ClientTrait;

const VERSION = '1.4.1';
const VERSION = '1.5.0';

const ENGLISH_LANGUAGE_CODE = 'en';

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.114.0",
"v0.113.0",
"v0.112.0",
"v0.111.0",
Expand Down Expand Up @@ -182,6 +183,7 @@
"name": "google/cloud-automl",
"defaultService": "automl/readme",
"versions": [
"v0.7.0",
"v0.6.0",
"v0.5.0",
"v0.4.0",
Expand Down Expand Up @@ -1514,6 +1516,7 @@
"name": "google/cloud-translate",
"defaultService": "translate/translateclient",
"versions": [
"v1.5.0",
"v1.4.1",
"v1.4.0",
"v1.3.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.113.0';
const VERSION = '0.114.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.113.0';
const VERSION = '0.114.0';
}

0 comments on commit cc8494f

Please sign in to comment.