summary refs log tree commit diff
diff options
context:
space:
mode:
authorSean Quah <seanq@matrix.org>2022-12-20 16:08:33 +0000
committerSean Quah <seanq@matrix.org>2022-12-20 16:08:33 +0000
commit774e20b57047b9f8700e62e7f4689717f4fa094c (patch)
tree6d189553ed189d3faaf1d21bc79e09560351ce15
parentAdd release note and update doc regarding ICU (#14712) (diff)
downloadsynapse-774e20b57047b9f8700e62e7f4689717f4fa094c.tar.xz
1.74.0 v1.74.0
-rw-r--r--CHANGES.md9
-rw-r--r--changelog.d/14712.misc1
-rw-r--r--debian/changelog6
-rw-r--r--pyproject.toml2
4 files changed, 16 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index b286ebdaf4..ae55d63bc1 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,12 @@
+Synapse 1.74.0 (2022-12-20)
+===========================
+
+Improved Documentation
+----------------------
+
+- Add release note and update documentation regarding optional ICU support in user search. ([\#14712](https://github.com/matrix-org/synapse/issues/14712))
+
+
 Synapse 1.74.0rc1 (2022-12-13)
 ==============================
 
diff --git a/changelog.d/14712.misc b/changelog.d/14712.misc
deleted file mode 100644
index c10b600a51..0000000000
--- a/changelog.d/14712.misc
+++ /dev/null
@@ -1 +0,0 @@
-Add release note and update documentation regarding optional ICU support in user search.
diff --git a/debian/changelog b/debian/changelog
index 64a950aff0..f6edb4d860 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.74.0) stable; urgency=medium
+
+  * New Synapse release 1.74.0.
+
+ -- Synapse Packaging team <packages@matrix.org>  Tue, 20 Dec 2022 16:07:38 +0000
+
 matrix-synapse-py3 (1.74.0~rc1) stable; urgency=medium
 
   * New dependency on libicu-dev to provide improved results for user
diff --git a/pyproject.toml b/pyproject.toml
index 938aae64ca..21bc11da88 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.74.0rc1"
+version = "1.74.0"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"