This commit is contained in:
Andrew Morgan 2019-10-03 13:22:44 +01:00
parent 0f46bf5737
commit ecb69d824a
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"