Skip to content

Commit

Permalink
chore: release 0.106.1 (#2142)
Browse files Browse the repository at this point in the history
* updated Spanner/VERSION [ci skip]

* updated Spanner/src/SpannerClient.php [ci skip]

* updated composer.json [ci skip]

* updated docs/manifest.json [ci skip]

* updated CHANGELOG.md [ci skip]

* updated src/Version.php [ci skip]

* updated src/ServiceBuilder.php [ci skip]
  • Loading branch information
yoshi-automation authored and dwsupplee committed Jul 26, 2019
1 parent e71b29c commit 4be7a7e
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.106.1

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



### Bug Fixes

* close code snippet ([#2140](https://www.github.com/googleapis/google-cloud-php/issues/2140)) ([e71b29c](https://www.github.com/googleapis/google-cloud-php/commit/e71b29c))

</details>

## 0.106.0

<details><summary>google/cloud-bigquery 1.8.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.0
1.16.1
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.16.0';
const VERSION = '1.16.1';

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 composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"google/cloud-redis": "0.9.0",
"google/cloud-scheduler": "1.0.1",
"google/cloud-security-center": "0.1.1",
"google/cloud-spanner": "1.16.0",
"google/cloud-spanner": "1.16.1",
"google/cloud-speech": "0.25.0",
"google/cloud-storage": "1.13.0",
"google/cloud-talent": "0.4.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.106.1",
"v0.106.0",
"v0.105.0",
"v0.104.0",
Expand Down Expand Up @@ -1153,6 +1154,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v1.16.1",
"v1.16.0",
"v1.15.6",
"v1.15.5",
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.106.0';
const VERSION = '0.106.1';
}
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.106.0';
const VERSION = '0.106.1';
}

0 comments on commit 4be7a7e

Please sign in to comment.