diff --git a/CHANGES.txt b/CHANGES.txt
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,7 @@
 Changelog for HLint (* = breaking change)
 
+3.2.5, released 2020-12-30
+    Fixes to the release generation script
 3.2.4, released 2020-12-30
     #1193, add warnings for redundant flip
     #1183, allow matches where users specify unnecessary brackets
diff --git a/hlint.cabal b/hlint.cabal
--- a/hlint.cabal
+++ b/hlint.cabal
@@ -1,7 +1,7 @@
 cabal-version:      >= 1.18
 build-type:         Simple
 name:               hlint
-version:            3.2.4
+version:            3.2.5
 license:            BSD3
 license-file:       LICENSE
 category:           Development
