Skip to content

Commit

Permalink
chore(main): release 0.247.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 27, 2024
1 parent 273683d commit 2d0f8f0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 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.247.0

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



### Features

* **spanner:** Add PG.OID type support for parameterized queries ([#6788](https://github.com/googleapis/google-cloud-php/issues/6788)) ([273683d](https://github.com/googleapis/google-cloud-php/commit/273683d22dce24ac7500e9744d939832ed337bb2))

</details>

## 0.246.0

<details><summary>google/cloud-bigtable 1.32.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.78.0
1.79.0
2 changes: 1 addition & 1 deletion Spanner/src/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

const VERSION = '1.78.0';
const VERSION = '1.79.0';

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 @@ -215,7 +215,7 @@
"google/cloud-service-usage": "1.3.3",
"google/cloud-servicehealth": "0.1.5",
"google/cloud-shell": "1.3.4",
"google/cloud-spanner": "1.78.0",
"google/cloud-spanner": "1.79.0",
"google/cloud-speech": "1.18.2",
"google/cloud-sql-admin": "0.17.0",
"google/cloud-storage": "1.42.0",
Expand Down

0 comments on commit 2d0f8f0

Please sign in to comment.