diff options
-rw-r--r-- | CHANGES.md | 7 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | pyproject.toml | 2 |
3 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index cf4f802c7b..c91291e63f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +# Synapse 1.110.0 (2024-07-03) + +No significant changes since 1.110.0rc3. + + + + # Synapse 1.110.0rc3 (2024-07-02) ### Bugfixes diff --git a/debian/changelog b/debian/changelog index d04b0cab04..c285cc79eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.110.0) stable; urgency=medium + + * New Synapse release 1.110.0. + + -- Synapse Packaging team <packages@matrix.org> Wed, 03 Jul 2024 09:08:59 -0600 + matrix-synapse-py3 (1.110.0~rc3) stable; urgency=medium * New Synapse release 1.110.0rc3. diff --git a/pyproject.toml b/pyproject.toml index 14d16fd774..616cc0d710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.110.0rc3" +version = "1.110.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |