From c30157b3cbc68c15f4367b20b6324b40fa421bdc Mon Sep 17 00:00:00 2001
From: Andrew Morgan <andrew@amorgan.xyz>
Date: Tue, 11 Mar 2025 13:11:45 +0000
Subject: [PATCH] 1.126.0

---
 CHANGES.md       | 7 +++++++
 debian/changelog | 6 ++++++
 pyproject.toml   | 2 +-
 3 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 8d1ba899e..7ed24a055 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,10 @@
+# Synapse 1.126.0 (2025-03-11)
+
+No significant changes since 1.126.0rc3.
+
+
+
+
 # Synapse 1.126.0rc3 (2025-03-07)
 
 ### Bugfixes
diff --git a/debian/changelog b/debian/changelog
index 8104933cf..69d19fa04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.126.0) stable; urgency=medium
+
+  * New Synapse release 1.126.0.
+
+ -- Synapse Packaging team <packages@matrix.org>  Tue, 11 Mar 2025 13:11:29 +0000
+
 matrix-synapse-py3 (1.126.0~rc3) stable; urgency=medium
 
   * New Synapse release 1.126.0rc3.
diff --git a/pyproject.toml b/pyproject.toml
index 7db8fa08a..27a4da7e7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.126.0rc3"
+version = "1.126.0"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "AGPL-3.0-or-later"
-- 
GitLab