From dac44459348bd1d771a2dd6970f2a9e6532ee85f Mon Sep 17 00:00:00 2001
From: Andrew Morgan <andrew@amorgan.xyz>
Date: Thu, 22 Apr 2021 11:09:31 +0100
Subject: [PATCH] A regression can't be introduced twice

---
 CHANGES.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 8381b3112d..532b30e232 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,12 +1,12 @@
 Synapse 1.32.2 (2021-04-22)
 ===========================
 
-This release includes a fix for a regression introduced in 1.32.0 and 1.32.1.
+This release includes a fix for a regression introduced in 1.32.0.
 
 Bugfixes
 --------
 
-- Fix a regression in Synapse 1.32.1 which caused `LoggingContext` errors in plugins. ([\#9857](https://github.com/matrix-org/synapse/issues/9857))
+- Fix a regression in Synapse 1.32.0 and 1.32.1 which caused `LoggingContext` errors in plugins. ([\#9857](https://github.com/matrix-org/synapse/issues/9857))
 
 
 Synapse 1.32.1 (2021-04-21)
-- 
GitLab