diff --git a/CHANGES.md b/CHANGES.md index e403a65d1747317286a73a3d48f45ef1e0164c5a..6fdd31daabee1c365120b9ccc5b02999770ebc79 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 0c8b0da5e67c43e415c4c1c8cb83c4504720e7e5..0000000000000000000000000000000000000000 --- a/changelog.d/4374.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix spontaneous logout on upgrade