pull/131/head
Erik Johnston 4 years ago
parent 7292b7c0eb
commit b5c4fe1971
  1. 9
      CHANGES.md
  2. 1
      changelog.d/9474.misc
  3. 6
      debian/changelog
  4. 2
      synapse/__init__.py

@ -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)
==============================

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

6
debian/changelog vendored

@ -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 ]

@ -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

Loading…
Cancel
Save