Skip to content

Commit

Permalink
chore(main): release 0.245.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 6, 2024
1 parent c6f645f commit 30fc383
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.245.0

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



### Features

* **Storage:** Enable hierarchical namespace ([#7292](https://github.com/googleapis/google-cloud-php/issues/7292)) ([c6f645f](https://github.com/googleapis/google-cloud-php/commit/c6f645f3c6171fb385d996eda68ef909943e8a99))
* **Storage:** Update Service Definition to enable hierarchical namespace ([#7291](https://github.com/googleapis/google-cloud-php/issues/7291)) ([9ad2e3d](https://github.com/googleapis/google-cloud-php/commit/9ad2e3d7fd8358ef7f9d8ca9c6c4db68dbcadb78))

</details>

## 0.244.0

<details><summary>google/cloud-access-approval 1.2.4</summary>
Expand Down
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.41.4
1.42.0
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.41.4';
const VERSION = '1.42.0';

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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"google/cloud-spanner": "1.76.1",
"google/cloud-speech": "1.18.2",
"google/cloud-sql-admin": "0.17.0",
"google/cloud-storage": "1.41.4",
"google/cloud-storage": "1.42.0",
"google/cloud-storage-control": "0.1.1",
"google/cloud-storage-transfer": "1.4.4",
"google/cloud-storageinsights": "0.3.4",
Expand Down

0 comments on commit 30fc383

Please sign in to comment.