diff --git a/CHANGES.md b/CHANGES.md index f18f1bd3d6..4601027f7a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +# Synapse 1.137.0 (2025-08-26) + +No significant changes since 1.137.0rc1. + + + + # Synapse 1.137.0rc1 (2025-08-19) ### Bugfixes diff --git a/debian/changelog b/debian/changelog index 2172e38183..a77ae7d3c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.137.0) stable; urgency=medium + + * New Synapse release 1.137.0. + + -- Synapse Packaging team Tue, 26 Aug 2025 10:23:41 +0100 + matrix-synapse-py3 (1.137.0~rc1) stable; urgency=medium * New Synapse release 1.137.0rc1. diff --git a/pyproject.toml b/pyproject.toml index 477a7c4948..477bff4bfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.137.0rc1" +version = "1.137.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors "] license = "AGPL-3.0-or-later"