Skip to content

Commit

Permalink
Prepare v0.91.0 (#1593)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored and dwsupplee committed Jan 10, 2019
1 parent 668d600 commit 632cb1b
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Dataproc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.8.2
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.2
1.8.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.7.2';
const VERSION = '1.8.0';

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

Expand Down
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.4
1.11.5
2 changes: 1 addition & 1 deletion Spanner/src/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

const VERSION = '1.11.4';
const VERSION = '1.11.5';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';
Expand Down
2 changes: 1 addition & 1 deletion Speech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.18.2
0.19.0
2 changes: 1 addition & 1 deletion Speech/src/SpeechClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class SpeechClient
{
use ClientTrait;

const VERSION = '0.18.2';
const VERSION = '0.19.0';

const SCOPE = 'https://www.googleapis.com/auth/cloud-platform';

Expand Down
2 changes: 1 addition & 1 deletion Trace/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.2
0.12.3
2 changes: 1 addition & 1 deletion Trace/src/TraceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class TraceClient
{
use ClientTrait;

const VERSION = '0.12.2';
const VERSION = '0.12.3';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"google/cloud-bigtable": "0.9.3",
"google/cloud-container": "0.8.2",
"google/cloud-core": "1.25.1",
"google/cloud-dataproc": "0.8.1",
"google/cloud-dataproc": "0.8.2",
"google/cloud-datastore": "1.6.0",
"google/cloud-debugger": "0.16.2",
"google/cloud-dialogflow": "0.5.2",
Expand All @@ -86,14 +86,14 @@
"google/cloud-logging": "1.14.2",
"google/cloud-monitoring": "0.14.0",
"google/cloud-oslogin": "0.7.3",
"google/cloud-pubsub": "1.7.2",
"google/cloud-pubsub": "1.8.0",
"google/cloud-redis": "0.4.5",
"google/cloud-spanner": "1.11.4",
"google/cloud-speech": "0.18.2",
"google/cloud-spanner": "1.11.5",
"google/cloud-speech": "0.19.0",
"google/cloud-storage": "1.10.0",
"google/cloud-tasks": "0.5.2",
"google/cloud-text-to-speech": "0.1.8",
"google/cloud-trace": "0.12.2",
"google/cloud-trace": "0.12.3",
"google/cloud-translate": "1.2.7",
"google/cloud-videointelligence": "1.2.2",
"google/cloud-vision": "0.19.1",
Expand Down
6 changes: 6 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.91.0",
"v0.90.0",
"v0.89.0",
"v0.88.0",
Expand Down Expand Up @@ -350,6 +351,7 @@
"name": "google/cloud-dataproc",
"defaultService": "dataproc/readme",
"versions": [
"v0.8.2",
"v0.8.1",
"v0.8.0",
"v0.7.0",
Expand Down Expand Up @@ -816,6 +818,7 @@
"name": "google/cloud-pubsub",
"defaultService": "pubsub/pubsubclient",
"versions": [
"v1.8.0",
"v1.7.2",
"v1.7.1",
"v1.7.0",
Expand Down Expand Up @@ -892,6 +895,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v1.11.5",
"v1.11.4",
"v1.11.3",
"v1.11.2",
Expand Down Expand Up @@ -948,6 +952,7 @@
"name": "google/cloud-speech",
"defaultService": "speech/speechclient",
"versions": [
"v0.19.0",
"v0.18.2",
"v0.18.1",
"v0.18.0",
Expand Down Expand Up @@ -1068,6 +1073,7 @@
"name": "google/cloud-trace",
"defaultService": "trace/traceclient",
"versions": [
"v0.12.3",
"v0.12.2",
"v0.12.1",
"v0.12.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.90.0';
const VERSION = '0.91.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.90.0';
const VERSION = '0.91.0';
}

0 comments on commit 632cb1b

Please sign in to comment.