Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 920dd10

Browse files
committed
1.20.1
1 parent f3e5c2e commit 920dd10

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Synapse 1.20.1 (2020-09-24)
2+
===========================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix a bug introduced in v1.20.0 which caused the `synapse_port_db` script to fail. ([\#8386](https://github.com/matrix-org/synapse/issues/8386))
8+
- Fix URLs being accidentally escaped in Jinja2 templates. Broke in v1.20.0. ([\#8394](https://github.com/matrix-org/synapse/issues/8394))
9+
10+
111
Synapse 1.20.0 (2020-09-22)
212
===========================
313

changelog.d/8386.bugfix

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

changelog.d/8394.bugfix

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.20.1) stable; urgency=medium
2+
3+
* New synapse release 1.20.1.
4+
5+
-- Synapse Packaging team <[email protected]> Thu, 24 Sep 2020 16:25:22 +0100
6+
17
matrix-synapse-py3 (1.20.0) stable; urgency=medium
28

39
[ Synapse Packaging team ]

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.20.0"
51+
__version__ = "1.20.1"
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)