summary refs log tree commit diff
diff options
context:
space:
mode:
authorDevon Hudson <devonhudson@librem.one>2024-07-03 09:09:29 -0600
committerDevon Hudson <devonhudson@librem.one>2024-07-03 09:09:29 -0600
commit75b788f49f005bbc70b459d30913f1f7abf847cb (patch)
tree95369275940c67f0cc924283450f33fa886e9bef
parent1.110.0rc3 (diff)
downloadsynapse-75b788f49f005bbc70b459d30913f1f7abf847cb.tar.xz
-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 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"