diff --git a/AiPlatform/VERSION b/AiPlatform/VERSION
index d21d277be513..4e8f395fa5e3 100644
--- a/AiPlatform/VERSION
+++ b/AiPlatform/VERSION
@@ -1 +1 @@
-0.25.0
+0.26.0
diff --git a/Batch/VERSION b/Batch/VERSION
index 1a96df19c09a..ac454c6a1fc3 100644
--- a/Batch/VERSION
+++ b/Batch/VERSION
@@ -1 +1 @@
-0.11.3
+0.12.0
diff --git a/Bigtable/VERSION b/Bigtable/VERSION
index ac786b645446..5e57fb89558c 100644
--- a/Bigtable/VERSION
+++ b/Bigtable/VERSION
@@ -1 +1 @@
-1.28.3
+1.29.0
diff --git a/Bigtable/src/BigtableClient.php b/Bigtable/src/BigtableClient.php
index 5e519616bef5..30e41e6dd7df 100644
--- a/Bigtable/src/BigtableClient.php
+++ b/Bigtable/src/BigtableClient.php
@@ -40,7 +40,7 @@ class BigtableClient
{
use ArrayTrait;
- const VERSION = '1.28.3';
+ const VERSION = '1.29.0';
/**
* @var GapicClient
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a44ebd43484..ede0bc7aee6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,87 @@
# Changelog
+## 0.222.0
+
+google/cloud-ai-platform 0.26.0
+
+
+
+### Features
+
+* Add DatasetVersion and dataset version RPCs to DatasetService ([#6672](https://github.com/googleapis/google-cloud-php/issues/6672)) ([c8ab13d](https://github.com/googleapis/google-cloud-php/commit/c8ab13d20fa205f8cc2007be256cbdc14d767cf9))
+* Add PersistentDiskSpec ([c8ab13d](https://github.com/googleapis/google-cloud-php/commit/c8ab13d20fa205f8cc2007be256cbdc14d767cf9))
+
+
+
+google/cloud-batch 0.12.0
+
+
+
+### Features
+
+* Add InstancePolicy.reservation field for restricting jobs to a specific reservation ([#6674](https://github.com/googleapis/google-cloud-php/issues/6674)) ([26cec7d](https://github.com/googleapis/google-cloud-php/commit/26cec7dbbe6af8f60cedc6220e4504683ed77696))
+
+
+### Documentation
+
+* Elaborate the usage of Container.volumes proto field ([26cec7d](https://github.com/googleapis/google-cloud-php/commit/26cec7dbbe6af8f60cedc6220e4504683ed77696))
+
+
+
+google/cloud-bigtable 1.29.0
+
+
+
+### Features
+
+* Add support for Cloud Bigtable Request Priorities in App Profiles ([#6682](https://github.com/googleapis/google-cloud-php/issues/6682)) ([668b030](https://github.com/googleapis/google-cloud-php/commit/668b03025f01493b9c0bcd1366558f0dfd31291a))
+
+
+
+google/cloud-core 1.52.6
+
+
+
+
+
+google/cloud-firestore 1.37.3
+
+
+
+
+
+google/cloud-recaptcha-enterprise 1.5.0
+
+
+
+### Features
+
+* Added AndroidKeySettings.support_non_google_app_store_distribution ([6597d90](https://github.com/googleapis/google-cloud-php/commit/6597d9006ce281ebdf52e363431c62a057244b25))
+* Added Assessment.firewall_policy_assessment, fraud_signals ([6597d90](https://github.com/googleapis/google-cloud-php/commit/6597d9006ce281ebdf52e363431c62a057244b25))
+* Added FraudPreventionAssessment.behavioral_trust_verdict ([6597d90](https://github.com/googleapis/google-cloud-php/commit/6597d9006ce281ebdf52e363431c62a057244b25))
+* Added IOSKeySettings.apple_developer_id ([6597d90](https://github.com/googleapis/google-cloud-php/commit/6597d9006ce281ebdf52e363431c62a057244b25))
+* Added new fields to Event message ([6597d90](https://github.com/googleapis/google-cloud-php/commit/6597d9006ce281ebdf52e363431c62a057244b25))
+* Added RiskAnalysis.extended_verdict_reasons ([6597d90](https://github.com/googleapis/google-cloud-php/commit/6597d9006ce281ebdf52e363431c62a057244b25))
+* Added WafFeature.EXPRESS enum value ([6597d90](https://github.com/googleapis/google-cloud-php/commit/6597d9006ce281ebdf52e363431c62a057244b25))
+* Added WafService.FASTLY enum value ([6597d90](https://github.com/googleapis/google-cloud-php/commit/6597d9006ce281ebdf52e363431c62a057244b25))
+* FirewallPolicy CRUD API ([#6680](https://github.com/googleapis/google-cloud-php/issues/6680)) ([6597d90](https://github.com/googleapis/google-cloud-php/commit/6597d9006ce281ebdf52e363431c62a057244b25))
+
+
+
+google/cloud-sql-admin 0.6.0
+
+
+
+### ⚠ BREAKING CHANGES
+
+* Enum ExternalSyncParallelLevel moved to the top level ([#6676](https://github.com/googleapis/google-cloud-php/issues/6676))
+
+### Bug Fixes
+
+* Enum ExternalSyncParallelLevel moved to the top level ([#6676](https://github.com/googleapis/google-cloud-php/issues/6676)) ([e3ffe20](https://github.com/googleapis/google-cloud-php/commit/e3ffe20c6cd2bb58e0e5b93aaecdc0474dcbfe6e))
+
+
+
## 0.221.0
google/cloud-advisorynotifications 0.5.0
diff --git a/Core/VERSION b/Core/VERSION
index b9ed8d0449c4..6f6dbbd77198 100644
--- a/Core/VERSION
+++ b/Core/VERSION
@@ -1 +1 @@
-1.52.5
+1.52.6
diff --git a/Firestore/VERSION b/Firestore/VERSION
index bbb542a4e2ec..d2829d87d659 100644
--- a/Firestore/VERSION
+++ b/Firestore/VERSION
@@ -1 +1 @@
-1.37.2
+1.37.3
diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php
index e8801bc01886..bc2b720984a7 100644
--- a/Firestore/src/FirestoreClient.php
+++ b/Firestore/src/FirestoreClient.php
@@ -75,7 +75,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;
- const VERSION = '1.37.2';
+ const VERSION = '1.37.3';
const DEFAULT_DATABASE = '(default)';
diff --git a/RecaptchaEnterprise/VERSION b/RecaptchaEnterprise/VERSION
index 9df886c42a1e..bc80560fad66 100644
--- a/RecaptchaEnterprise/VERSION
+++ b/RecaptchaEnterprise/VERSION
@@ -1 +1 @@
-1.4.2
+1.5.0
diff --git a/SqlAdmin/VERSION b/SqlAdmin/VERSION
index 8f0916f768f0..a918a2aa18d5 100644
--- a/SqlAdmin/VERSION
+++ b/SqlAdmin/VERSION
@@ -1 +1 @@
-0.5.0
+0.6.0
diff --git a/composer.json b/composer.json
index d14d20e3db3d..66099ef9194b 100644
--- a/composer.json
+++ b/composer.json
@@ -74,7 +74,7 @@
"google/analytics-data": "0.11.1",
"google/cloud-access-approval": "1.1.2",
"google/cloud-advisorynotifications": "0.5.0",
- "google/cloud-ai-platform": "0.25.0",
+ "google/cloud-ai-platform": "0.26.0",
"google/cloud-alloydb": "0.7.0",
"google/cloud-api-gateway": "1.2.0",
"google/cloud-api-keys": "0.3.1",
@@ -86,7 +86,7 @@
"google/cloud-assured-workloads": "0.10.0",
"google/cloud-automl": "1.5.2",
"google/cloud-bare-metal-solution": "0.5.0",
- "google/cloud-batch": "0.11.3",
+ "google/cloud-batch": "0.12.0",
"google/cloud-beyondcorp-appconnections": "0.3.0",
"google/cloud-beyondcorp-appconnectors": "0.3.0",
"google/cloud-beyondcorp-appgateways": "0.3.0",
@@ -101,7 +101,7 @@
"google/cloud-bigquery-reservation": "1.2.2",
"google/cloud-bigquery-storage": "1.7.0",
"google/cloud-bigquerydatatransfer": "1.6.1",
- "google/cloud-bigtable": "1.28.3",
+ "google/cloud-bigtable": "1.29.0",
"google/cloud-billing": "1.7.4",
"google/cloud-billing-budgets": "1.3.0",
"google/cloud-binary-authorization": "0.6.0",
@@ -116,7 +116,7 @@
"google/cloud-contact-center-insights": "1.6.0",
"google/cloud-container": "1.21.0",
"google/cloud-container-analysis": "0.3.3",
- "google/cloud-core": "1.52.5",
+ "google/cloud-core": "1.52.6",
"google/cloud-data-catalog": "1.8.0",
"google/cloud-data-fusion": "0.5.0",
"google/cloud-datacatalog-lineage": "0.3.0",
@@ -142,7 +142,7 @@
"google/cloud-eventarc": "1.2.0",
"google/cloud-eventarc-publishing": "0.5.0",
"google/cloud-filestore": "1.3.0",
- "google/cloud-firestore": "1.37.2",
+ "google/cloud-firestore": "1.37.3",
"google/cloud-functions": "1.4.0",
"google/cloud-game-servers": "1.2.0",
"google/cloud-gke-backup": "0.5.1",
@@ -182,7 +182,7 @@
"google/cloud-profiler": "1.2.2",
"google/cloud-pubsub": "1.46.3",
"google/cloud-rapidmigrationassessment": "0.2.1",
- "google/cloud-recaptcha-enterprise": "1.4.2",
+ "google/cloud-recaptcha-enterprise": "1.5.0",
"google/cloud-recommendations-ai": "0.6.2",
"google/cloud-recommender": "1.9.0",
"google/cloud-redis": "1.8.2",
@@ -202,7 +202,7 @@
"google/cloud-shell": "1.2.0",
"google/cloud-spanner": "1.64.0",
"google/cloud-speech": "1.14.2",
- "google/cloud-sql-admin": "0.5.0",
+ "google/cloud-sql-admin": "0.6.0",
"google/cloud-storage": "1.33.3",
"google/cloud-storage-transfer": "1.3.0",
"google/cloud-storageinsights": "0.2.2",