From e26673fe971a4d0316723b0e9ab487297db359f2 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 30 Apr 2024 11:51:50 +0100 Subject: [PATCH] 1.106.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 451581fa6..726383205 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 de912c2ac..06d682e72 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 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 5e47a46cd..150084a75 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 "] license = "AGPL-3.0-or-later"