Skip to content

Commit

Permalink
chore(main): release 0.197.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jan 31, 2023
1 parent 3516ed6 commit 9d232b1
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Batch/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1
2 changes: 1 addition & 1 deletion Billing/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2
1.5.3
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## 0.197.0

<details><summary>google/cloud-batch 0.3.1</summary>



</details>

<details><summary>google/cloud-billing 1.5.3</summary>



</details>

<details><summary>google/cloud-firestore 1.27.3</summary>



</details>

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



### Features

* [Spanner] update result_set to return undeclared parameters in ExecuteSql API ([#5528](https://github.com/googleapis/google-cloud-php/issues/5528)) ([3516ed6](https://github.com/googleapis/google-cloud-php/commit/3516ed6007375aef8b0f7681ec3784009eda1444))

</details>

## 0.196.0

<details><summary>google/cloud-access-approval 1.0.2</summary>
Expand Down
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.27.2
1.27.3
2 changes: 1 addition & 1 deletion Firestore/src/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

const VERSION = '1.27.2';
const VERSION = '1.27.3';

const DEFAULT_DATABASE = '(default)';

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

const VERSION = '1.55.0';
const VERSION = '1.56.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"google/cloud-assured-workloads": "0.7.3",
"google/cloud-automl": "1.4.13",
"google/cloud-bare-metal-solution": "0.2.5",
"google/cloud-batch": "0.3.0",
"google/cloud-batch": "0.3.1",
"google/cloud-beyondcorp-appconnections": "0.1.3",
"google/cloud-beyondcorp-appconnectors": "0.1.3",
"google/cloud-beyondcorp-appgateways": "0.1.3",
Expand All @@ -106,7 +106,7 @@
"google/cloud-bigquery-storage": "1.2.9",
"google/cloud-bigquerydatatransfer": "1.4.0",
"google/cloud-bigtable": "1.20.3",
"google/cloud-billing": "1.5.2",
"google/cloud-billing": "1.5.3",
"google/cloud-billing-budgets": "1.0.2",
"google/cloud-binary-authorization": "0.5.6",
"google/cloud-build": "0.3.7",
Expand Down Expand Up @@ -141,7 +141,7 @@
"google/cloud-eventarc": "1.0.2",
"google/cloud-eventarc-publishing": "0.3.2",
"google/cloud-filestore": "1.0.2",
"google/cloud-firestore": "1.27.2",
"google/cloud-firestore": "1.27.3",
"google/cloud-functions": "1.0.2",
"google/cloud-game-servers": "1.0.2",
"google/cloud-gke-backup": "0.1.4",
Expand Down Expand Up @@ -193,7 +193,7 @@
"google/cloud-service-management": "1.0.2",
"google/cloud-service-usage": "1.0.2",
"google/cloud-shell": "1.0.2",
"google/cloud-spanner": "1.55.0",
"google/cloud-spanner": "1.56.0",
"google/cloud-speech": "1.9.0",
"google/cloud-sql-admin": "0.2.8",
"google/cloud-storage": "1.30.2",
Expand Down
5 changes: 5 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.197.0",
"v0.196.0",
"v0.195.0",
"v0.194.0",
Expand Down Expand Up @@ -474,6 +475,7 @@
"name": "google/cloud-batch",
"defaultService": "batch/readme",
"versions": [
"v0.3.1",
"v0.3.0",
"v0.2.2",
"v0.2.1",
Expand Down Expand Up @@ -919,6 +921,7 @@
"name": "google/cloud-billing",
"defaultService": "billing/readme",
"versions": [
"v1.5.3",
"v1.5.2",
"v1.5.1",
"v1.5.0",
Expand Down Expand Up @@ -2148,6 +2151,7 @@
"name": "google/cloud-firestore",
"defaultService": "firestore/firestoreclient",
"versions": [
"v1.27.3",
"v1.27.2",
"v1.27.1",
"v1.27.0",
Expand Down Expand Up @@ -3830,6 +3834,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v1.56.0",
"v1.55.0",
"v1.54.2",
"v1.54.1",
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.196.0';
const VERSION = '0.197.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.196.0';
const VERSION = '0.197.0';
}

0 comments on commit 9d232b1

Please sign in to comment.