summary refs log tree commit diff
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-09-12 11:59:35 +0200
committerMathieu Velten <mathieuv@matrix.org>2023-09-12 11:59:35 +0200
commitefe778a0b8f4880b643a6e5d555715ee4a242608 (patch)
treee878942d74557474265842768c6402b85a4fa815
parentSupport releasing on macOS. (#16266) (diff)
downloadsynapse-efe778a0b8f4880b643a6e5d555715ee4a242608.tar.xz
1.92.0
-rw-r--r--CHANGES.md12
-rw-r--r--changelog.d/16255.misc1
-rw-r--r--changelog.d/16258.bugfix1
-rw-r--r--changelog.d/16266.misc1
-rw-r--r--debian/changelog6
-rw-r--r--pyproject.toml2
6 files changed, 19 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md

index 47fc31a5cb..9c9949a202 100644 --- a/CHANGES.md +++ b/CHANGES.md
@@ -1,3 +1,15 @@ +# Synapse 1.92.0 (2023-09-12) + +### Bugfixes + +- Revert [MSC3861](https://github.com/matrix-org/matrix-spec-proposals/pull/3861) introspection cache, admin impersonation and account lock. ([\#16258](https://github.com/matrix-org/synapse/issues/16258)) + +### Internal Changes + +- Fix incorrect docstring for `Ratelimiter`. ([\#16255](https://github.com/matrix-org/synapse/issues/16255)) +- Update the release script to work on macOS. ([\#16266](https://github.com/matrix-org/synapse/issues/16266)) + + # Synapse 1.91.2 (2023-09-06) ### Bugfixes diff --git a/changelog.d/16255.misc b/changelog.d/16255.misc deleted file mode 100644
index 94d6aff1d6..0000000000 --- a/changelog.d/16255.misc +++ /dev/null
@@ -1 +0,0 @@ -Fix incorrect docstring for `Ratelimiter`. diff --git a/changelog.d/16258.bugfix b/changelog.d/16258.bugfix deleted file mode 100644
index d5ae2399e6..0000000000 --- a/changelog.d/16258.bugfix +++ /dev/null
@@ -1 +0,0 @@ -Revert [MSC3861](https://github.com/matrix-org/matrix-spec-proposals/pull/3861) introspection cache, admin impersonation and account lock. diff --git a/changelog.d/16266.misc b/changelog.d/16266.misc deleted file mode 100644
index ac594c4ac4..0000000000 --- a/changelog.d/16266.misc +++ /dev/null
@@ -1 +0,0 @@ -Update the release script to work on macOS. diff --git a/debian/changelog b/debian/changelog
index 81baa6e405..dfe88c12a4 100644 --- a/debian/changelog +++ b/debian/changelog
@@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.92.0) stable; urgency=medium + + * New Synapse release 1.92.0. + + -- Synapse Packaging team <packages@matrix.org> Tue, 12 Sep 2023 11:59:23 +0200 + matrix-synapse-py3 (1.91.2) stable; urgency=medium * New synapse release 1.91.2. diff --git a/pyproject.toml b/pyproject.toml
index c17f4da72d..f46303ae1b 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.92.0rc1" +version = "1.92.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0"