diff --git a/CHANGES.rst b/CHANGES.rst
index 5767ec7792551912a2f54423f2a81763b6dae7a1..ba6929c435111ceffdd7348262f4f61788245e84 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 a287a945bd931797e11104f407961f556ea11418..0000000000000000000000000000000000000000
--- a/changelog.d/3492.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Amend the Python dependencies to depend on attrs from PyPI, not attr