diff --git a/CHANGES.md b/CHANGES.md index e403a65d1..6fdd31daa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +Synapse 0.34.1.1 (2019-01-11) +============================= + +This release fixes CVE-2019-5885 and is recommended for all users of Synapse 0.34.1. + +This release is compatible with Python 2.7 and 3.5+. Python 3.7 is fully supported. + +Bugfixes +-------- + +- Fix spontaneous logout on upgrade + ([\#4374](https://github.com/matrix-org/synapse/issues/4374)) + + Synapse 0.34.1 (2019-01-09) =========================== diff --git a/changelog.d/4374.bugfix b/changelog.d/4374.bugfix deleted file mode 100644 index 0c8b0da5e..000000000 --- a/changelog.d/4374.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix spontaneous logout on upgrade