From 9ba6e400e2174df00c7d30c69c06bb99302401ff Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Mon, 6 May 2024 07:43:21 +0000
Subject: [PATCH] chore(main): release 0.245.0
---
CHANGELOG.md | 12 ++++++++++++
Storage/VERSION | 2 +-
Storage/src/StorageClient.php | 2 +-
composer.json | 2 +-
4 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f400ad821ed..a9167429f24e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## 0.245.0
+
+google/cloud-storage 1.42.0
+
+
+
+### Features
+
+* **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))
+
+
+
## 0.244.0
google/cloud-access-approval 1.2.4
diff --git a/Storage/VERSION b/Storage/VERSION
index 6e567fa56aa5..a50908ca3daf 100644
--- a/Storage/VERSION
+++ b/Storage/VERSION
@@ -1 +1 @@
-1.41.4
+1.42.0
diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php
index b08d0796416e..b72df414d2e0 100644
--- a/Storage/src/StorageClient.php
+++ b/Storage/src/StorageClient.php
@@ -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';
diff --git a/composer.json b/composer.json
index 40761d2c8878..f914327673e3 100644
--- a/composer.json
+++ b/composer.json
@@ -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",