summary refs log tree commit diff
diff options
context:
space:
mode:
authorSean Quah <seanq@element.io>2021-10-20 12:00:03 +0100
committerSean Quah <seanq@element.io>2021-10-20 12:00:03 +0100
commit522489fbcdfd4f52f1ebbbf5670c474cbf3e29be (patch)
tree66a165c0c7253bad286b7a40ba5ec922d15d8abe
parentRevert change to counting of deactivated users towards the monthly active use... (diff)
downloadsynapse-522489fbcdfd4f52f1ebbbf5670c474cbf3e29be.tar.xz
1.45.1
-rw-r--r--CHANGES.md9
-rw-r--r--changelog.d/11127.bugfix1
-rw-r--r--debian/changelog6
-rw-r--r--synapse/__init__.py2
4 files changed, 16 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 435387d7b0..4b7dd69c96 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,12 @@
+Synapse 1.45.1 (2021-10-20)
+===========================
+
+Bugfixes
+--------
+
+- Revert change to counting of deactivated users towards the monthly active users limit, introduced in 1.45.0rc1 ([\#10947](https://github.com/matrix-org/synapse/issues/10947)). ([\#11127](https://github.com/matrix-org/synapse/issues/11127))
+
+
 Synapse 1.45.0 (2021-10-19)
 ===========================
 
diff --git a/changelog.d/11127.bugfix b/changelog.d/11127.bugfix
deleted file mode 100644
index 54417a9975..0000000000
--- a/changelog.d/11127.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Revert change to counting of deactivated users towards the monthly active users limit ([\#10947](https://github.com/matrix-org/synapse/issues/10947)).
diff --git a/debian/changelog b/debian/changelog
index 5fefb2f2ac..1ee81f2a34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.45.1) stable; urgency=medium
+
+  * New synapse release 1.45.1.
+
+ -- Synapse Packaging team <packages@matrix.org>  Wed, 20 Oct 2021 11:58:27 +0100
+
 matrix-synapse-py3 (1.45.0) stable; urgency=medium
 
   * New synapse release 1.45.0.
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 97452f34fe..2687d932ea 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.45.0"
+__version__ = "1.45.1"
 
 if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
     # We import here so that we don't have to install a bunch of deps when