Skip to content

Commit

Permalink
chore(main): release 0.203.1 (#6128)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Apr 27, 2023
1 parent bd5d847 commit 8297a0e
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 7 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.203.1

<details><summary>google/cloud-core 1.51.1</summary>



### Bug Fixes

* **Core:** Add retry header key in Core/Retry.php ([#6123](https://github.com/googleapis/google-cloud-php/issues/6123)) ([bd5d847](https://github.com/googleapis/google-cloud-php/commit/bd5d8479c7dfc8ce4e8d1894f4fa5abba5f0cbcb))

</details>

<details><summary>google/cloud-storage 1.31.1</summary>



### Bug Fixes

* **Core:** Add retry header key in Core/Retry.php ([#6123](https://github.com/googleapis/google-cloud-php/issues/6123)) ([bd5d847](https://github.com/googleapis/google-cloud-php/commit/bd5d8479c7dfc8ce4e8d1894f4fa5abba5f0cbcb))

</details>

## 0.203.0

<details><summary>google/analytics-admin 0.12.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.51.0
1.51.1
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.31.0
1.31.1
2 changes: 1 addition & 1 deletion Storage/src/StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class StorageClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.31.0';
const VERSION = '1.31.1';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only';
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"google/cloud-contact-center-insights": "1.2.1",
"google/cloud-container": "1.12.1",
"google/cloud-container-analysis": "0.2.14",
"google/cloud-core": "1.51.0",
"google/cloud-core": "1.51.1",
"google/cloud-data-catalog": "1.4.1",
"google/cloud-data-fusion": "0.2.10",
"google/cloud-datacatalog-lineage": "0.1.2",
Expand Down Expand Up @@ -195,7 +195,7 @@
"google/cloud-spanner": "1.58.3",
"google/cloud-speech": "1.11.1",
"google/cloud-sql-admin": "0.2.11",
"google/cloud-storage": "1.31.0",
"google/cloud-storage": "1.31.1",
"google/cloud-storage-transfer": "1.0.5",
"google/cloud-storageinsights": "0.1.0",
"google/cloud-talent": "1.0.4",
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.203.0';
const VERSION = '0.203.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.203.0';
const VERSION = '0.203.1';
}

0 comments on commit 8297a0e

Please sign in to comment.