3 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 451581fa63..7263832057 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,10 @@
+# Synapse 1.106.0 (2024-04-30)
+
+No significant changes since 1.106.0rc1.
+
+
+
+
# Synapse 1.106.0rc1 (2024-04-25)
### Features
diff --git a/debian/changelog b/debian/changelog
index de912c2ac8..06d682e722 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.106.0) stable; urgency=medium
+
+ * New Synapse release 1.106.0.
+
+ -- Synapse Packaging team <packages@matrix.org> Tue, 30 Apr 2024 11:51:43 +0100
+
matrix-synapse-py3 (1.106.0~rc1) stable; urgency=medium
* New Synapse release 1.106.0rc1.
diff --git a/pyproject.toml b/pyproject.toml
index 5e47a46cd7..150084a75e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
[tool.poetry]
name = "matrix-synapse"
-version = "1.106.0rc1"
+version = "1.106.0"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "AGPL-3.0-or-later"
|