diff --git a/CHANGES.md b/CHANGES.md index ad0d1043bd..ba45fe0156 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +# Synapse 1.117.0 (2024-10-15) + +No significant changes since 1.117.0rc1. + + + + # Synapse 1.117.0rc1 (2024-10-08) ### Features diff --git a/debian/changelog b/debian/changelog index aa3c638359..1995fbf6f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.117.0) stable; urgency=medium + + * New Synapse release 1.117.0. + + -- Synapse Packaging team Tue, 15 Oct 2024 10:46:30 +0100 + matrix-synapse-py3 (1.117.0~rc1) stable; urgency=medium * New Synapse release 1.117.0rc1. diff --git a/pyproject.toml b/pyproject.toml index bfcf368641..078ad3bc95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.117.0rc1" +version = "1.117.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors "] license = "AGPL-3.0-or-later"