summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst9
-rw-r--r--changelog.d/3492.bugfix1
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 5767ec7792..ba6929c435 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,12 @@
+Synapse 0.32.2 (2018-07-07)
+===========================
+
+Bugfixes
+--------
+
+- Amend the Python dependencies to depend on attrs from PyPI, not attr (`#3492 <https://github.com/matrix-org/synapse/issues/3492>`_)
+
+
 Synapse 0.32.1 (2018-07-06)
 ===========================
 
diff --git a/changelog.d/3492.bugfix b/changelog.d/3492.bugfix
deleted file mode 100644
index a287a945bd..0000000000
--- a/changelog.d/3492.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Amend the Python dependencies to depend on attrs from PyPI, not attr