This commit is contained in:
Erik Johnston 2021-02-25 10:22:07 +00:00
parent 7292b7c0eb
commit b5c4fe1971
4 changed files with 16 additions and 2 deletions

View file

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

View file

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

6
debian/changelog vendored
View file

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

View file

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