summary refs log tree commit diff
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2019-01-11 01:59:10 +1100
committerAmber Brown <hawkowl@atleastfornow.net>2019-01-11 01:59:10 +1100
commit5c792ee5c39d0660c7ca1341ee12556358a262c8 (patch)
tree088a97979018ff729bd627aea63212a4a79db2ee
parentversion (diff)
downloadsynapse-5c792ee5c39d0660c7ca1341ee12556358a262c8.tar.xz
changelog v0.34.1.1
-rw-r--r--CHANGES.md14
-rw-r--r--changelog.d/4374.bugfix1
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index e403a65d17..6fdd31daab 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 0c8b0da5e6..0000000000
--- a/changelog.d/4374.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix spontaneous logout on upgrade