diff --git a/BigQueryStorage/VERSION b/BigQueryStorage/VERSION
index 227cea215648..7ec1d6db4087 100644
--- a/BigQueryStorage/VERSION
+++ b/BigQueryStorage/VERSION
@@ -1 +1 @@
-2.0.0
+2.1.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a4dc7d395b82..ffaa2976d484 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,78 @@
# Changelog
+## 0.264.0
+
+google/cloud-bigquery-storage 2.1.0
+
+
+
+### Features
+
+* Add experimental ArrowData type and arrow_data field within AppendRowsRequest ([#7743](https://github.com/googleapis/google-cloud-php/issues/7743)) ([6865827](https://github.com/googleapis/google-cloud-php/commit/6865827d0c14684460a2565b0f6ecc1610c1ee3a))
+
+
+
+google/cloud-dataproc 2.2.0
+
+
+
+### Features
+
+* Add `ProvisioningModelMix` to support mixing of spot and standard instances for secondary workers ([#7746](https://github.com/googleapis/google-cloud-php/issues/7746)) ([21b4eb5](https://github.com/googleapis/google-cloud-php/commit/21b4eb508f3ecbc690ccddb25993b3975cc4aa31))
+* Add support for configuration of bootdisk IOPS and throughput when bootdisk is a hyperdisk ([21b4eb5](https://github.com/googleapis/google-cloud-php/commit/21b4eb508f3ecbc690ccddb25993b3975cc4aa31))
+
+
+
+google/cloud-datastore 1.32.0
+
+
+
+### Features
+
+* Add FindNearest API to the stable branch ([#7744](https://github.com/googleapis/google-cloud-php/issues/7744)) ([327de67](https://github.com/googleapis/google-cloud-php/commit/327de673ae8bcb59533d906237ce5c73416293c4))
+
+
+
+google/cloud-dlp 2.2.0
+
+
+
+### Features
+
+* Discovery of BigQuery snapshots ([#7751](https://github.com/googleapis/google-cloud-php/issues/7751)) ([273bc5c](https://github.com/googleapis/google-cloud-php/commit/273bc5c899391c7aee545523a2dc734debf8cee8))
+
+
+### Documentation
+
+* Documentation revisions for data profiles ([273bc5c](https://github.com/googleapis/google-cloud-php/commit/273bc5c899391c7aee545523a2dc734debf8cee8))
+
+
+
+google/cloud-network-management 2.1.0
+
+
+
+### Features
+
+* Add fields related to advertised routes to the RouteInfo proto ([72df650](https://github.com/googleapis/google-cloud-php/commit/72df650c65a54e473aeb0e186901295c40d0c7e8))
+* Add firewall policy URI to the FirewallInfo proto ([72df650](https://github.com/googleapis/google-cloud-php/commit/72df650c65a54e473aeb0e186901295c40d0c7e8))
+* Add load balancer name to the ForwardingRuleInfo proto ([72df650](https://github.com/googleapis/google-cloud-php/commit/72df650c65a54e473aeb0e186901295c40d0c7e8))
+* Add messages and fields related to Redis Clusters ([72df650](https://github.com/googleapis/google-cloud-php/commit/72df650c65a54e473aeb0e186901295c40d0c7e8))
+* Add messages and fields related to Redis Instances ([#7748](https://github.com/googleapis/google-cloud-php/issues/7748)) ([72df650](https://github.com/googleapis/google-cloud-php/commit/72df650c65a54e473aeb0e186901295c40d0c7e8))
+* Add more detailed abort and drop causes to corresponding enums ([72df650](https://github.com/googleapis/google-cloud-php/commit/72df650c65a54e473aeb0e186901295c40d0c7e8))
+* Add PSC network attachment URI to the InstanceInfo proto ([72df650](https://github.com/googleapis/google-cloud-php/commit/72df650c65a54e473aeb0e186901295c40d0c7e8))
+* Add PSC target fields to the ForwardingRuleInfo proto ([72df650](https://github.com/googleapis/google-cloud-php/commit/72df650c65a54e473aeb0e186901295c40d0c7e8))
+* Add region name field to the RouteInfo proto ([72df650](https://github.com/googleapis/google-cloud-php/commit/72df650c65a54e473aeb0e186901295c40d0c7e8))
+* Add region name to the ForwardingRuleInfo proto ([72df650](https://github.com/googleapis/google-cloud-php/commit/72df650c65a54e473aeb0e186901295c40d0c7e8))
+* Add subnet URI and region name to the NetworkInfo proto ([72df650](https://github.com/googleapis/google-cloud-php/commit/72df650c65a54e473aeb0e186901295c40d0c7e8))
+
+
+### Documentation
+
+* Update outdated comments in the FirewallInfo proto ([72df650](https://github.com/googleapis/google-cloud-php/commit/72df650c65a54e473aeb0e186901295c40d0c7e8))
+
+
+
## 0.263.0
google/cloud-backupdr 0.4.0
diff --git a/Dataproc/VERSION b/Dataproc/VERSION
index 7ec1d6db4087..ccbccc3dc626 100644
--- a/Dataproc/VERSION
+++ b/Dataproc/VERSION
@@ -1 +1 @@
-2.1.0
+2.2.0
diff --git a/Datastore/VERSION b/Datastore/VERSION
index 34aae156b192..359c41089a42 100644
--- a/Datastore/VERSION
+++ b/Datastore/VERSION
@@ -1 +1 @@
-1.31.0
+1.32.0
diff --git a/Datastore/src/DatastoreClient.php b/Datastore/src/DatastoreClient.php
index d4ef798e4417..35ca4a8a93a0 100644
--- a/Datastore/src/DatastoreClient.php
+++ b/Datastore/src/DatastoreClient.php
@@ -92,7 +92,7 @@ class DatastoreClient
use ClientTrait;
use DatastoreTrait;
- const VERSION = '1.31.0';
+ const VERSION = '1.32.0';
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore';
diff --git a/Dlp/VERSION b/Dlp/VERSION
index 7ec1d6db4087..ccbccc3dc626 100644
--- a/Dlp/VERSION
+++ b/Dlp/VERSION
@@ -1 +1 @@
-2.1.0
+2.2.0
diff --git a/NetworkManagement/VERSION b/NetworkManagement/VERSION
index 38f77a65b301..7ec1d6db4087 100644
--- a/NetworkManagement/VERSION
+++ b/NetworkManagement/VERSION
@@ -1 +1 @@
-2.0.1
+2.1.0
diff --git a/composer.json b/composer.json
index a853a691adae..aed6fe7f39a3 100644
--- a/composer.json
+++ b/composer.json
@@ -104,7 +104,7 @@
"google/cloud-bigquery-datapolicies": "1.0.0",
"google/cloud-bigquery-migration": "1.1.0",
"google/cloud-bigquery-reservation": "2.0.1",
- "google/cloud-bigquery-storage": "2.0.0",
+ "google/cloud-bigquery-storage": "2.1.0",
"google/cloud-bigquerydatatransfer": "2.1.0",
"google/cloud-bigtable": "2.5.0",
"google/cloud-billing": "2.0.0",
@@ -130,9 +130,9 @@
"google/cloud-dataform": "0.4.5",
"google/cloud-datalabeling": "0.5.5",
"google/cloud-dataplex": "1.0.0",
- "google/cloud-dataproc": "2.1.0",
+ "google/cloud-dataproc": "2.2.0",
"google/cloud-dataproc-metastore": "1.0.0",
- "google/cloud-datastore": "1.31.0",
+ "google/cloud-datastore": "1.32.0",
"google/cloud-datastore-admin": "1.0.0",
"google/cloud-datastream": "2.0.0",
"google/cloud-debugger": "1.9.0",
@@ -141,7 +141,7 @@
"google/cloud-dialogflow": "1.15.0",
"google/cloud-dialogflow-cx": "0.4.0",
"google/cloud-discoveryengine": "1.2.0",
- "google/cloud-dlp": "2.1.0",
+ "google/cloud-dlp": "2.2.0",
"google/cloud-dms": "2.0.1",
"google/cloud-document-ai": "2.0.0",
"google/cloud-domains": "1.0.0",
@@ -175,7 +175,7 @@
"google/cloud-monitoring": "1.11.0",
"google/cloud-netapp": "1.1.0",
"google/cloud-network-connectivity": "2.0.1",
- "google/cloud-network-management": "2.0.1",
+ "google/cloud-network-management": "2.1.0",
"google/cloud-network-security": "1.0.0",
"google/cloud-networkservices": "0.2.0",
"google/cloud-notebooks": "1.0.0",