diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56b74f4e..9c89cc91 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.123.10](https://github.com/googleapis/java-notification/compare/v0.123.9...v0.123.10) (2022-09-09)
+
+
+### Dependencies
+
+* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#661](https://github.com/googleapis/java-notification/issues/661)) ([849e026](https://github.com/googleapis/java-notification/commit/849e026c541cea61ce7b62f1f6cd3429396b776f))
+
## [0.123.9](https://github.com/googleapis/java-notification/compare/v0.123.8...v0.123.9) (2022-08-24)
diff --git a/pom.xml b/pom.xml
index 1a383c7c..6582515a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
google-cloud-notification
- 0.123.10-beta-SNAPSHOT
+ 0.123.10-beta
jar
Google Cloud Pub/Sub Notifications for GCS
https://github.com/googleapis/java-notification
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index c21138e7..c34789af 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-notification
- 0.123.10-beta-SNAPSHOT
+ 0.123.10-beta
diff --git a/versions.txt b/versions.txt
index 42914e75..97385195 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-notification:0.123.9-beta:0.123.10-beta-SNAPSHOT
\ No newline at end of file
+google-cloud-notification:0.123.10-beta:0.123.10-beta
\ No newline at end of file