summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-02-25 10:22:07 +0000
committerErik Johnston <erik@matrix.org>2021-02-25 10:22:07 +0000
commitb5c4fe1971e32930150abd904cc5b7e8d66ec811 (patch)
tree17a953d6589a35b3bcdcdb8aceb0368e7387d73e
parentAdd back the deprecated SAML endpoint. (#9474) (diff)
downloadsynapse-b5c4fe1971e32930150abd904cc5b7e8d66ec811.tar.xz
1.28.0
-rw-r--r--CHANGES.md9
-rw-r--r--changelog.d/9474.misc1
-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 c216d28818..e68d3154ab 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,12 @@
+Synapse 1.28.0 (2021-02-25)
+===========================
+
+Internal Changes
+----------------
+
+- Revert change in v1.28.0rc1 to remove the deprecated SAML endpoint. ([\#9474](https://github.com/matrix-org/synapse/issues/9474))
+
+
 Synapse 1.28.0rc1 (2021-02-19)
 ==============================
 
diff --git a/changelog.d/9474.misc b/changelog.d/9474.misc
deleted file mode 100644
index 1b9a235292..0000000000
--- a/changelog.d/9474.misc
+++ /dev/null
@@ -1 +0,0 @@
-Revert change in v1.28.0rc1 to remove the deprecated SAML endpoint.
diff --git a/debian/changelog b/debian/changelog
index aa83d4e13e..642e4d381d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.28.0) stable; urgency=medium
+
+  * New synapse release 1.28.0.
+
+ -- Synapse Packaging team <packages@matrix.org>  Thu, 25 Feb 2021 10:21:57 +0000
+
 matrix-synapse-py3 (1.27.0) stable; urgency=medium
 
   [ Dan Callahan ]
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 2e70f46186..869e860fb0 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.28.0rc1"
+__version__ = "1.28.0"
 
 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