diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2cc14cd47aa..751aceb2c074 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,80 @@
# Changelog
+## 0.243.0
+
+google/cloud-compute 1.16.2
+
+
+
+
+
+google/cloud-config 0.5.0
+
+
+
+### Features
+
+* Annotations are now supported to help client tools identify deployments during automation ([0a27dbb](https://github.com/googleapis/google-cloud-php/commit/0a27dbbbda4ee70a6e65d6975066a407b071c62f))
+* Infrastructure manager supports 1.2.3, 1.3.10, 1.4.7, 1.5.7 versions of Terraform when creating a preview of a deployment ([#7251](https://github.com/googleapis/google-cloud-php/issues/7251)) ([0a27dbb](https://github.com/googleapis/google-cloud-php/commit/0a27dbbbda4ee70a6e65d6975066a407b071c62f))
+
+
+
+google/cloud-monitoring 1.10.1
+
+
+
+### Bug Fixes
+
+* Defined class prefix of GMON for Objective C ([#7256](https://github.com/googleapis/google-cloud-php/issues/7256)) ([d120277](https://github.com/googleapis/google-cloud-php/commit/d12027711154292c14917c6ef76382fc7fca2dab))
+
+
+
+google/cloud-recaptcha-enterprise 1.12.0
+
+
+
+### Features
+
+* Add Fraud Prevention settings field ([#7252](https://github.com/googleapis/google-cloud-php/issues/7252)) ([d65086e](https://github.com/googleapis/google-cloud-php/commit/d65086eea0e1b90f24f04d7085c5769679f75250))
+
+
+
+google/cloud-secret-manager 1.15.0
+
+
+
+### Features
+
+* Add Secret Version Delayed Destroy changes for client libraries ([#7250](https://github.com/googleapis/google-cloud-php/issues/7250)) ([6744443](https://github.com/googleapis/google-cloud-php/commit/6744443c0689dd56d6b7882d7c444a1fc2f07179))
+
+
+### Documentation
+
+* Users can now enable secret version delayed destruction ([6744443](https://github.com/googleapis/google-cloud-php/commit/6744443c0689dd56d6b7882d7c444a1fc2f07179))
+
+
+
+google/cloud-spanner 1.76.0
+
+
+
+### Features
+
+* Add `RESOURCE_EXHAUSTED` to the list of retryable error codes ([#7259](https://github.com/googleapis/google-cloud-php/issues/7259)) ([389ab2d](https://github.com/googleapis/google-cloud-php/commit/389ab2df8050901de3f8c6a29705a43307367416))
+* Improved latency for executeStreaminSql calls ([#7254](https://github.com/googleapis/google-cloud-php/issues/7254)) ([6d164d9](https://github.com/googleapis/google-cloud-php/commit/6d164d92ffd8160de15bb8bd73c43e78008c4aac))
+
+
+
+google/cloud-storage-control 0.1.0
+
+
+
+### Features
+
+* Introduce StorageControl ([#7245](https://github.com/googleapis/google-cloud-php/issues/7245)) ([5cd4215](https://github.com/googleapis/google-cloud-php/commit/5cd4215e4c17b57081a2133882464225b962ac56))
+
+
+
## 0.242.0
google/cloud-access-approval 1.2.3
diff --git a/Compute/VERSION b/Compute/VERSION
index 41c11ffb730c..4a02d2c3170b 100644
--- a/Compute/VERSION
+++ b/Compute/VERSION
@@ -1 +1 @@
-1.16.1
+1.16.2
diff --git a/Config/VERSION b/Config/VERSION
index 267577d47e49..8f0916f768f0 100644
--- a/Config/VERSION
+++ b/Config/VERSION
@@ -1 +1 @@
-0.4.1
+0.5.0
diff --git a/Monitoring/VERSION b/Monitoring/VERSION
index 81c871de46b3..4dae2985b58c 100644
--- a/Monitoring/VERSION
+++ b/Monitoring/VERSION
@@ -1 +1 @@
-1.10.0
+1.10.1
diff --git a/RecaptchaEnterprise/VERSION b/RecaptchaEnterprise/VERSION
index 720c7384c619..0eed1a29efd6 100644
--- a/RecaptchaEnterprise/VERSION
+++ b/RecaptchaEnterprise/VERSION
@@ -1 +1 @@
-1.11.1
+1.12.0
diff --git a/SecretManager/VERSION b/SecretManager/VERSION
index a4cc55716f5d..141f2e805beb 100644
--- a/SecretManager/VERSION
+++ b/SecretManager/VERSION
@@ -1 +1 @@
-1.14.2
+1.15.0
diff --git a/Spanner/VERSION b/Spanner/VERSION
index 008463d94849..32a6ce3c719b 100644
--- a/Spanner/VERSION
+++ b/Spanner/VERSION
@@ -1 +1 @@
-1.75.2
+1.76.0
diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php
index 73541a14187a..eafe3220ec71 100644
--- a/Spanner/src/SpannerClient.php
+++ b/Spanner/src/SpannerClient.php
@@ -120,7 +120,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;
- const VERSION = '1.75.2';
+ const VERSION = '1.76.0';
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';
diff --git a/StorageControl/VERSION b/StorageControl/VERSION
index 77d6f4ca2371..6e8bf73aa550 100644
--- a/StorageControl/VERSION
+++ b/StorageControl/VERSION
@@ -1 +1 @@
-0.0.0
+0.1.0
diff --git a/composer.json b/composer.json
index 70de38f8dc68..37c2a0716d85 100644
--- a/composer.json
+++ b/composer.json
@@ -116,9 +116,9 @@
"google/cloud-cloudcontrolspartner": "0.1.1",
"google/cloud-commerce-consumer-procurement": "0.2.3",
"google/cloud-common-protos": "0.5.1",
- "google/cloud-compute": "1.16.1",
+ "google/cloud-compute": "1.16.2",
"google/cloud-confidentialcomputing": "0.8.1",
- "google/cloud-config": "0.4.1",
+ "google/cloud-config": "0.5.0",
"google/cloud-contact-center-insights": "1.9.3",
"google/cloud-container": "1.30.1",
"google/cloud-container-analysis": "0.5.5",
@@ -172,7 +172,7 @@
"google/cloud-media-translation": "0.4.2",
"google/cloud-memcache": "1.3.3",
"google/cloud-migrationcenter": "0.4.3",
- "google/cloud-monitoring": "1.10.0",
+ "google/cloud-monitoring": "1.10.1",
"google/cloud-netapp": "0.2.5",
"google/cloud-network-connectivity": "1.5.3",
"google/cloud-network-management": "1.7.1",
@@ -192,7 +192,7 @@
"google/cloud-pubsub": "2.1.1",
"google/cloud-quotas": "0.2.1",
"google/cloud-rapidmigrationassessment": "0.3.3",
- "google/cloud-recaptcha-enterprise": "1.11.1",
+ "google/cloud-recaptcha-enterprise": "1.12.0",
"google/cloud-recommendations-ai": "0.7.3",
"google/cloud-recommender": "1.11.3",
"google/cloud-redis": "1.9.3",
@@ -202,7 +202,7 @@
"google/cloud-retail": "1.6.2",
"google/cloud-run": "0.9.1",
"google/cloud-scheduler": "1.10.3",
- "google/cloud-secret-manager": "1.14.2",
+ "google/cloud-secret-manager": "1.15.0",
"google/cloud-securesourcemanager": "0.2.3",
"google/cloud-security-center": "1.28.0",
"google/cloud-security-private-ca": "1.7.1",
@@ -214,11 +214,11 @@
"google/cloud-service-usage": "1.3.2",
"google/cloud-servicehealth": "0.1.4",
"google/cloud-shell": "1.3.3",
- "google/cloud-spanner": "1.75.2",
+ "google/cloud-spanner": "1.76.0",
"google/cloud-speech": "1.18.1",
"google/cloud-sql-admin": "0.16.1",
"google/cloud-storage": "1.41.3",
- "google/cloud-storage-control": "0.0.0",
+ "google/cloud-storage-control": "0.1.0",
"google/cloud-storage-transfer": "1.4.3",
"google/cloud-storageinsights": "0.3.3",
"google/cloud-support": "0.2.3",