summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md7
-rw-r--r--changelog.d/16258.bugfix1
-rw-r--r--debian/changelog6
-rw-r--r--pyproject.toml2
4 files changed, 14 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 7bd9d31619..591c60c77e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,10 @@
+# Synapse 1.91.2 (2023-09-06)
+
+### Bugfixes
+
+- Revert MSC3861 introspection cache, admin impersonation and account lock. ([\#16258](https://github.com/matrix-org/synapse/issues/16258))
+
+
 # Synapse 1.91.1 (2023-09-04)
 
 ### Bugfixes
diff --git a/changelog.d/16258.bugfix b/changelog.d/16258.bugfix
deleted file mode 100644
index 02ba9598a2..0000000000
--- a/changelog.d/16258.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Revert MSC3861 introspection cache, admin impersonation and account lock.
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index f737041567..cef3ca7b23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.91.2) stable; urgency=medium
+
+  * New synapse release 1.91.2.
+
+ -- Synapse Packaging team <packages@matrix.org>  Wed, 06 Sep 2023 14:59:30 +0000
+
 matrix-synapse-py3 (1.91.1) stable; urgency=medium
 
   * New Synapse release 1.91.1.
diff --git a/pyproject.toml b/pyproject.toml
index 409b27d902..0591e265c9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.91.1"
+version = "1.91.2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"