3 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d310241766..58b410decb 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,10 @@
+# Synapse 1.124.0 (2025-02-11)
+
+No significant changes since 1.124.0rc3.
+
+
+
+
# Synapse 1.124.0rc3 (2025-02-07)
### Bugfixes
diff --git a/debian/changelog b/debian/changelog
index 886b871b72..3e20885c86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.124.0) stable; urgency=medium
+
+ * New Synapse release 1.124.0.
+
+ -- Synapse Packaging team <packages@matrix.org> Tue, 11 Feb 2025 11:55:22 +0100
+
matrix-synapse-py3 (1.124.0~rc3) stable; urgency=medium
* New Synapse release 1.124.0rc3.
diff --git a/pyproject.toml b/pyproject.toml
index 6b9f4e0dda..2d982eae70 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
[tool.poetry]
name = "matrix-synapse"
-version = "1.124.0rc3"
+version = "1.124.0"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "AGPL-3.0-or-later"
|