1
0
This commit is contained in:
Andrew Morgan
2020-02-26 12:18:44 +00:00
4 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
Synapse 1.4.0 (2019-10-03)
==========================
Bugfixes
--------
- Redact `client_secret` in server logs. ([\#6158](https://github.com/matrix-org/synapse/issues/6158))
Synapse 1.4.0rc2 (2019-10-02)
=============================

View File

@@ -1 +0,0 @@
Redact `client_secret` in server logs.

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.4.0) stable; urgency=medium
* New synapse release 1.4.0.
-- Synapse Packaging team <packages@matrix.org> Thu, 03 Oct 2019 13:22:25 +0100
matrix-synapse-py3 (1.3.1) stable; urgency=medium
* New synapse release 1.3.1.

View File

@@ -35,4 +35,4 @@ try:
except ImportError:
pass
__version__ = "1.4.0rc2"
__version__ = "1.4.0"