Skip to content

Commit 1345455

Browse files
chore(main): release 0.209.1 (#6382)
1 parent c76374e commit 1345455

5 files changed

Lines changed: 27 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 0.209.1
4+
5+
<details><summary>google/cloud-essential-contacts 0.3.2</summary>
6+
7+
8+
9+
### Bug Fixes
10+
11+
* Mark fields in Contacts message as REQUIRED ([#6380](https://github.com/googleapis/google-cloud-php/issues/6380)) ([4f509c3](https://github.com/googleapis/google-cloud-php/commit/4f509c3d3aed2b36ed41140f372400ec64f365ea))
12+
13+
</details>
14+
15+
<details><summary>google/cloud-spanner 1.62.1</summary>
16+
17+
18+
19+
### Bug Fixes
20+
21+
* **Spanner:** Do not update info for LRO request ([#6383](https://github.com/googleapis/google-cloud-php/issues/6383)) ([c76374e](https://github.com/googleapis/google-cloud-php/commit/c76374e6da33debd706445cb105c263fbe7e95ec))
22+
23+
</details>
24+
325
## 0.209.0
426

527
<details><summary>google/cloud-access-approval 1.1.1</summary>

EssentialContacts/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1
1+
0.3.2

Spanner/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.62.0
1+
1.62.1

Spanner/src/SpannerClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class SpannerClient
9393
use LROTrait;
9494
use ValidateTrait;
9595

96-
const VERSION = '1.62.0';
96+
const VERSION = '1.62.1';
9797

9898
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
9999
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"google/cloud-document-ai": "1.4.0",
138138
"google/cloud-domains": "0.3.1",
139139
"google/cloud-error-reporting": "0.20.1",
140-
"google/cloud-essential-contacts": "0.3.1",
140+
"google/cloud-essential-contacts": "0.3.2",
141141
"google/cloud-eventarc": "1.1.1",
142142
"google/cloud-eventarc-publishing": "0.4.1",
143143
"google/cloud-filestore": "1.2.1",
@@ -196,7 +196,7 @@
196196
"google/cloud-service-management": "1.1.1",
197197
"google/cloud-service-usage": "1.1.1",
198198
"google/cloud-shell": "1.1.1",
199-
"google/cloud-spanner": "1.62.0",
199+
"google/cloud-spanner": "1.62.1",
200200
"google/cloud-speech": "1.13.1",
201201
"google/cloud-sql-admin": "0.3.1",
202202
"google/cloud-storage": "1.32.0",

0 commit comments

Comments
 (0)