diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2024-05-14 15:21:42 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2024-05-14 15:21:42 +0100 |
commit | 68dca8076fd992d3dc59c38287ab6183a073874d (patch) | |
tree | 8f8ccf171ae5885bede26846dcc41a7980165298 | |
parent | Cache literal sync filter validation (#17186) (diff) | |
parent | 1.107.0 (diff) | |
download | synapse-68dca8076fd992d3dc59c38287ab6183a073874d.tar.xz |
Merge branch 'master' into develop
-rw-r--r-- | CHANGES.md | 6 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | pyproject.toml | 2 |
3 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index fec9581174..85c565a76d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +Synapse 1.107.0 (2024-05-14) +============================ + +No significant changes since 1.107.0rc1. + + # Synapse 1.107.0rc1 (2024-05-07) ### Features diff --git a/debian/changelog b/debian/changelog index 06b61b5d1b..d228c1cc8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.107.0) stable; urgency=medium + + * New Synapse release 1.107.0. + + -- Synapse Packaging team <packages@matrix.org> Tue, 14 May 2024 14:15:34 +0100 + matrix-synapse-py3 (1.107.0~rc1) stable; urgency=medium * New Synapse release 1.107.0rc1. diff --git a/pyproject.toml b/pyproject.toml index 48aac66f63..dd4521ff71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.107.0rc1" +version = "1.107.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |