diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50b2c868586d..460ea259f596 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,60 @@
# Changelog
+## 0.228.0
+
+google/cloud-core 1.52.10
+
+
+
+
+
+google/cloud-dataplex 0.13.0
+
+
+
+### Features
+
+* Add data quality score to DataQualityResult ([#6839](https://github.com/googleapis/google-cloud-php/issues/6839)) ([d98d4a3](https://github.com/googleapis/google-cloud-php/commit/d98d4a3be23c32a67c6fa6ec1e303727fc2de4a2))
+
+
+
+google/cloud-edgenetwork 0.1.1
+
+
+
+### Bug Fixes
+
+* Change Java package ([#6838](https://github.com/googleapis/google-cloud-php/issues/6838)) ([44c7f97](https://github.com/googleapis/google-cloud-php/commit/44c7f97eff6e3b13e25bbb8267ab116b21eb4e86))
+
+
+
+google/cloud-firestore 1.39.0
+
+
+
+### Features
+
+* Expose Firestore namespace ID fields in import/export APIs to stable ([ddd52a6](https://github.com/googleapis/google-cloud-php/commit/ddd52a64a39fa7721c52e948d0fe5ed72e84487d))
+* Expose Firestore PITR fields in Database to stable ([#6842](https://github.com/googleapis/google-cloud-php/issues/6842)) ([ddd52a6](https://github.com/googleapis/google-cloud-php/commit/ddd52a64a39fa7721c52e948d0fe5ed72e84487d))
+* Expose Firestore snapshot_time field in export API to stable ([ddd52a6](https://github.com/googleapis/google-cloud-php/commit/ddd52a64a39fa7721c52e948d0fe5ed72e84487d))
+
+
+### Documentation
+
+* Assorted typo fixes and whitespace updates ([ddd52a6](https://github.com/googleapis/google-cloud-php/commit/ddd52a64a39fa7721c52e948d0fe5ed72e84487d))
+
+
+
+google/cloud-pubsub 1.48.0
+
+
+
+### Features
+
+* Add `use_table_schema` field to BigQueryConfig ([#6837](https://github.com/googleapis/google-cloud-php/issues/6837)) ([fa7e3e9](https://github.com/googleapis/google-cloud-php/commit/fa7e3e9fbc7f8fc4c7451757afb42cead837def2))
+
+
+
## 0.227.0
google/cloud-ai-platform 0.28.0
diff --git a/Core/VERSION b/Core/VERSION
index ffaea5fd5bdd..a91664e0a918 100644
--- a/Core/VERSION
+++ b/Core/VERSION
@@ -1 +1 @@
-1.52.9
+1.52.10
diff --git a/Dataplex/VERSION b/Dataplex/VERSION
index ac454c6a1fc3..54d1a4f2a4a7 100644
--- a/Dataplex/VERSION
+++ b/Dataplex/VERSION
@@ -1 +1 @@
-0.12.0
+0.13.0
diff --git a/EdgeNetwork/VERSION b/EdgeNetwork/VERSION
index 6e8bf73aa550..17e51c385ea3 100644
--- a/EdgeNetwork/VERSION
+++ b/EdgeNetwork/VERSION
@@ -1 +1 @@
-0.1.0
+0.1.1
diff --git a/Firestore/VERSION b/Firestore/VERSION
index ebeef2f2d619..5edffce6d570 100644
--- a/Firestore/VERSION
+++ b/Firestore/VERSION
@@ -1 +1 @@
-1.38.0
+1.39.0
diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php
index 8048047081dc..550a09cb2a29 100644
--- a/Firestore/src/FirestoreClient.php
+++ b/Firestore/src/FirestoreClient.php
@@ -75,7 +75,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;
- const VERSION = '1.38.0';
+ const VERSION = '1.39.0';
const DEFAULT_DATABASE = '(default)';
diff --git a/PubSub/VERSION b/PubSub/VERSION
index 21998d3c2d9e..9db5ea12f522 100644
--- a/PubSub/VERSION
+++ b/PubSub/VERSION
@@ -1 +1 @@
-1.47.0
+1.48.0
diff --git a/PubSub/src/PubSubClient.php b/PubSub/src/PubSubClient.php
index c0c469736081..82adfc4c7b02 100644
--- a/PubSub/src/PubSubClient.php
+++ b/PubSub/src/PubSubClient.php
@@ -87,7 +87,7 @@ class PubSubClient
use IncomingMessageTrait;
use ResourceNameTrait;
- const VERSION = '1.47.0';
+ const VERSION = '1.48.0';
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub';
diff --git a/composer.json b/composer.json
index a3313cfd528b..b07012389912 100644
--- a/composer.json
+++ b/composer.json
@@ -116,14 +116,14 @@
"google/cloud-contact-center-insights": "1.7.1",
"google/cloud-container": "1.23.0",
"google/cloud-container-analysis": "0.4.0",
- "google/cloud-core": "1.52.9",
+ "google/cloud-core": "1.52.10",
"google/cloud-data-catalog": "1.8.2",
"google/cloud-data-fusion": "0.5.2",
"google/cloud-datacatalog-lineage": "0.4.0",
"google/cloud-dataflow": "0.5.1",
"google/cloud-dataform": "0.3.0",
"google/cloud-datalabeling": "0.4.2",
- "google/cloud-dataplex": "0.12.0",
+ "google/cloud-dataplex": "0.13.0",
"google/cloud-dataproc": "3.11.0",
"google/cloud-dataproc-metastore": "0.10.2",
"google/cloud-datastore": "1.25.0",
@@ -138,13 +138,13 @@
"google/cloud-dms": "1.4.2",
"google/cloud-document-ai": "1.8.2",
"google/cloud-domains": "0.4.2",
- "google/cloud-edgenetwork": "0.1.0",
+ "google/cloud-edgenetwork": "0.1.1",
"google/cloud-error-reporting": "0.21.1",
"google/cloud-essential-contacts": "0.3.4",
"google/cloud-eventarc": "1.2.2",
"google/cloud-eventarc-publishing": "0.5.1",
"google/cloud-filestore": "1.4.0",
- "google/cloud-firestore": "1.38.0",
+ "google/cloud-firestore": "1.39.0",
"google/cloud-functions": "1.4.2",
"google/cloud-game-servers": "1.2.2",
"google/cloud-gke-backup": "0.5.3",
@@ -182,7 +182,7 @@
"google/cloud-policytroubleshooter-iam": "0.1.1",
"google/cloud-private-catalog": "0.3.3",
"google/cloud-profiler": "1.2.4",
- "google/cloud-pubsub": "1.47.0",
+ "google/cloud-pubsub": "1.48.0",
"google/cloud-rapidmigrationassessment": "0.2.2",
"google/cloud-recaptcha-enterprise": "1.6.0",
"google/cloud-recommendations-ai": "0.6.4",