Skip to content

Commit b5c4fe1

Browse files
committed
1.28.0
1 parent 7292b7c commit b5c4fe1

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Synapse 1.28.0 (2021-02-25)
2+
===========================
3+
4+
Internal Changes
5+
----------------
6+
7+
- Revert change in v1.28.0rc1 to remove the deprecated SAML endpoint. ([\#9474](https://github.com/matrix-org/synapse/issues/9474))
8+
9+
110
Synapse 1.28.0rc1 (2021-02-19)
211
==============================
312

changelog.d/9474.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.28.0) stable; urgency=medium
2+
3+
* New synapse release 1.28.0.
4+
5+
-- Synapse Packaging team <[email protected]> Thu, 25 Feb 2021 10:21:57 +0000
6+
17
matrix-synapse-py3 (1.27.0) stable; urgency=medium
28

39
[ Dan Callahan ]

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
except ImportError:
4949
pass
5050

51-
__version__ = "1.28.0rc1"
51+
__version__ = "1.28.0"
5252

5353
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
5454
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)