summary refs log tree commit diff
diff options
context:
space:
mode:
authorDevon Hudson <devonhudson@librem.one>2024-07-03 10:19:23 -0600
committerDevon Hudson <devonhudson@librem.one>2024-07-03 10:19:23 -0600
commit0c4f7a3d1609b16c91e919bbcafb34fd7864cd40 (patch)
treea5c7482ba660e2e6b60946c0a670f2cc9aefa819
parentAdd `room_types`/`not_room_types` filtering to Sliding Sync `/sync` (#17337) (diff)
parent1.110.0 (diff)
downloadsynapse-0c4f7a3d1609b16c91e919bbcafb34fd7864cd40.tar.xz
Merge branch 'master' into develop
-rw-r--r--CHANGES.md7
-rw-r--r--debian/changelog6
-rw-r--r--pyproject.toml2
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 41a0f111fa..88595a3079 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"