Erik Johnston 3 years ago
parent
commit
b5c4fe1971
4 changed files with 16 additions and 2 deletions
  1. 9 0
      CHANGES.md
  2. 0 1
      changelog.d/9474.misc
  3. 6 0
      debian/changelog
  4. 1 1
      synapse/__init__.py

+ 9 - 0
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)
 ==============================
 

+ 0 - 1
changelog.d/9474.misc

@@ -1 +0,0 @@
-Revert change in v1.28.0rc1 to remove the deprecated SAML endpoint.

+ 6 - 0
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 ]

+ 1 - 1
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