diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65c204e4..c65f4d52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.2.3](https://github.com/GoogleCloudPlatform/java-repo-tools/compare/v1.2.2...v1.2.3) (2024-08-29)
+
+
+### Bug Fixes
+
+* add configuration for release-trigger bot ([1fb6304](https://github.com/GoogleCloudPlatform/java-repo-tools/commit/1fb6304a1c9a8f5c82a3a82c5aa7cf5d1ab96092))
+
### [1.2.1](https://github.com/GoogleCloudPlatform/java-repo-tools/compare/v1.2.0...v1.2.1) (2022-05-10)
diff --git a/checkstyle-config/pom.xml b/checkstyle-config/pom.xml
index 34c7ebe1..11675e0c 100644
--- a/checkstyle-config/pom.xml
+++ b/checkstyle-config/pom.xml
@@ -18,7 +18,7 @@ limitations under the License.
com.google.cloud.samples
checkstyle-configuration
- 1.2.2-SNAPSHOT
+ 1.2.2
jar
diff --git a/pom.xml b/pom.xml
index b9e859d4..78a4432a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@ limitations under the License.
com.google.cloud.samples
shared-configuration
- 1.2.2-SNAPSHOT
+ 1.2.2
pom
${project.groupId}:${project.artifactId}
@@ -215,7 +215,7 @@ limitations under the License.
com.google.cloud.samples
checkstyle-configuration
- 1.2.2-SNAPSHOT
+ 1.2.2
@@ -305,7 +305,7 @@ limitations under the License.
com.google.cloud.samples
checkstyle-configuration
- 1.2.2-SNAPSHOT
+ 1.2.2
com.puppycrawl.tools
diff --git a/test/pom.xml b/test/pom.xml
index a69b37e4..fa188f5c 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
shared-configuration
com.google.cloud.samples
- 1.2.2-SNAPSHOT
+ 1.2.2
..
diff --git a/versions.txt b/versions.txt
index 73c2226a..68ca8f83 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,5 +1,5 @@
# Format:
# module:released-version:current-version
-shared-configuration:1.2.1:1.2.2-SNAPSHOT
-checkstyle-configuration:1.2.1:1.2.2-SNAPSHOT
+shared-configuration:1.2.2:1.2.2
+checkstyle-configuration:1.2.2:1.2.2