3 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index f3ad507de8..cc6426751d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,10 @@
+# Synapse 1.123.0 (2025-01-28)
+
+No significant changes since 1.123.0rc1.
+
+
+
+
# Synapse 1.123.0rc1 (2025-01-21)
### Features
diff --git a/debian/changelog b/debian/changelog
index 2a18b776f6..a470dff676 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.123.0) stable; urgency=medium
+
+ * New Synapse release 1.123.0.
+
+ -- Synapse Packaging team <packages@matrix.org> Tue, 28 Jan 2025 08:37:34 -0700
+
matrix-synapse-py3 (1.123.0~rc1) stable; urgency=medium
* New Synapse release 1.123.0rc1.
diff --git a/pyproject.toml b/pyproject.toml
index e6899207da..1cd874716e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
[tool.poetry]
name = "matrix-synapse"
-version = "1.123.0rc1"
+version = "1.123.0"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "AGPL-3.0-or-later"
|