diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f400ad821ed..259c1be7973d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,63 @@
# Changelog
+## 0.245.0
+
+google/shopping-css 0.2.6
+
+
+
+### Bug Fixes
+
+* **deps:** Update dependency google/shopping-common-protos to ^0.4.0 ([#7287](https://github.com/googleapis/google-cloud-php/issues/7287)) ([9b1f2b9](https://github.com/googleapis/google-cloud-php/commit/9b1f2b9839604eae79bcf54b1088ed61d0942434))
+
+
+
+google/shopping-merchant-inventories 0.4.3
+
+
+
+### Bug Fixes
+
+* **deps:** Update dependency google/shopping-common-protos to ^0.4.0 ([#7287](https://github.com/googleapis/google-cloud-php/issues/7287)) ([9b1f2b9](https://github.com/googleapis/google-cloud-php/commit/9b1f2b9839604eae79bcf54b1088ed61d0942434))
+
+
+
+google/shopping-merchant-reports 0.7.3
+
+
+
+### Bug Fixes
+
+* **deps:** Update dependency google/shopping-common-protos to ^0.4.0 ([#7287](https://github.com/googleapis/google-cloud-php/issues/7287)) ([9b1f2b9](https://github.com/googleapis/google-cloud-php/commit/9b1f2b9839604eae79bcf54b1088ed61d0942434))
+
+
+
+google/cloud-storage 1.42.0
+
+
+
+### 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))
+
+
+
+google/cloud-storage-control 0.2.0
+
+
+
+### Features
+
+* A new resource pattern value `projects/{project}/buckets/{bucket}/managedFolders/{managed_folder=**}` added to the resource definition `storage.googleapis.com/ManagedFolder` ([5cd68b2](https://github.com/googleapis/google-cloud-php/commit/5cd68b2cdec40101a2654511d8958ee1339b8507))
+
+
+### Bug Fixes
+
+* An existing resource pattern value `projects/{project}/buckets/{bucket}/managedFolders/{managedFolder=**}` to resource definition `storage.googleapis.com/ManagedFolder` is removed ([#7286](https://github.com/googleapis/google-cloud-php/issues/7286)) ([5cd68b2](https://github.com/googleapis/google-cloud-php/commit/5cd68b2cdec40101a2654511d8958ee1339b8507))
+
+
+
## 0.244.0
google/cloud-access-approval 1.2.4
diff --git a/ShoppingCss/VERSION b/ShoppingCss/VERSION
index 3a4036fb450f..53a75d673557 100644
--- a/ShoppingCss/VERSION
+++ b/ShoppingCss/VERSION
@@ -1 +1 @@
-0.2.5
+0.2.6
diff --git a/ShoppingMerchantInventories/VERSION b/ShoppingMerchantInventories/VERSION
index 2b7c5ae01848..17b2ccd9bf90 100644
--- a/ShoppingMerchantInventories/VERSION
+++ b/ShoppingMerchantInventories/VERSION
@@ -1 +1 @@
-0.4.2
+0.4.3
diff --git a/ShoppingMerchantReports/VERSION b/ShoppingMerchantReports/VERSION
index 7486fdbc50b3..f38fc5393ff6 100644
--- a/ShoppingMerchantReports/VERSION
+++ b/ShoppingMerchantReports/VERSION
@@ -1 +1 @@
-0.7.2
+0.7.3
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 a0c671eee2b9..c0fd5151e27d 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/StorageControl/VERSION b/StorageControl/VERSION
index 17e51c385ea3..0ea3a944b399 100644
--- a/StorageControl/VERSION
+++ b/StorageControl/VERSION
@@ -1 +1 @@
-0.1.1
+0.2.0
diff --git a/composer.json b/composer.json
index 40761d2c8878..4d928b4f146a 100644
--- a/composer.json
+++ b/composer.json
@@ -217,8 +217,8 @@
"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-control": "0.1.1",
+ "google/cloud-storage": "1.42.0",
+ "google/cloud-storage-control": "0.2.0",
"google/cloud-storage-transfer": "1.4.4",
"google/cloud-storageinsights": "0.3.4",
"google/cloud-support": "0.2.4",
@@ -243,11 +243,11 @@
"google/grafeas": "0.10.2",
"google/longrunning": "0.4.2",
"google/shopping-common-protos": "0.4.0",
- "google/shopping-css": "0.2.5",
+ "google/shopping-css": "0.2.6",
"google/shopping-merchant-conversions": "0.1.0",
- "google/shopping-merchant-inventories": "0.4.2",
+ "google/shopping-merchant-inventories": "0.4.3",
"google/shopping-merchant-quota": "0.1.2",
- "google/shopping-merchant-reports": "0.7.2"
+ "google/shopping-merchant-reports": "0.7.3"
},
"suggest": {
"opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",