diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa5751eab..310220ab9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog
+## [0.123.0](https://github.com/googleapis/java-logging-logback/compare/v0.122.9...v0.123.0) (2022-01-18)
+
+
+### Features
+
+* Allow customizing written log entries by exposing parameters via appender configuration ([#625](https://github.com/googleapis/java-logging-logback/issues/625)) ([87d259f](https://github.com/googleapis/java-logging-logback/commit/87d259fe6453107a71560acb85b62ea30ccdd8ed))
+* enable auto-population of missing metadata in logs and printing structured logs to stdout ([#654](https://github.com/googleapis/java-logging-logback/issues/654)) ([6530782](https://github.com/googleapis/java-logging-logback/commit/65307826f1f352e621eb1c24a867319e1bfe08ec))
+
+
+### Bug Fixes
+
+* **java:** run Maven in plain console-friendly mode ([#1301](https://github.com/googleapis/java-logging-logback/issues/1301)) ([#621](https://github.com/googleapis/java-logging-logback/issues/621)) ([e5de531](https://github.com/googleapis/java-logging-logback/commit/e5de531465015ae735e45ee5b6dc52bdd281ee6e))
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-logging to v3.6.0 ([#643](https://github.com/googleapis/java-logging-logback/issues/643)) ([21fdd35](https://github.com/googleapis/java-logging-logback/commit/21fdd3554ed2778075fec62a87176ad5e8a6f391))
+* update dependency org.easymock:easymock to v4 ([#640](https://github.com/googleapis/java-logging-logback/issues/640)) ([c1c5afc](https://github.com/googleapis/java-logging-logback/commit/c1c5afcf7a4501295e253c663fd4ac05c2fcd339))
+* update dependency org.slf4j:slf4j-api to v1.7.33 ([#652](https://github.com/googleapis/java-logging-logback/issues/652)) ([37ca717](https://github.com/googleapis/java-logging-logback/commit/37ca7179c455451fdd34baae0463223d67a36b5b))
+
### [0.122.9](https://www.github.com/googleapis/java-logging-logback/compare/v0.122.8...v0.122.9) (2022-01-10)
diff --git a/pom.xml b/pom.xml
index 494f31122..f8b4685cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
google-cloud-logging-logback
- 0.122.10-alpha-SNAPSHOT
+ 0.123.0-alpha
jar
Google Cloud Logging Logback Appender
https://github.com/googleapis/java-logging-logback
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index a335da085..97a219196 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-logging-logback
- 0.122.10-alpha-SNAPSHOT
+ 0.123.0-alpha
diff --git a/versions.txt b/versions.txt
index 510b70127..2f47cd598 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-logging-logback:0.122.9-alpha:0.122.10-alpha-SNAPSHOT
+google-cloud-logging-logback:0.123.0-alpha:0.123.0-alpha