diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
 
 # Releases
 
+## Hakyll 4.12.0.1
+
+- Bump resourcet to 1.2 in test section
+
 ## Hakyll 4.12.0.0
 
 - Add Semigroup instances for existing Monoids (contribution by
diff --git a/hakyll.cabal b/hakyll.cabal
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
 Name:    hakyll
-Version: 4.12.0.0
+Version: 4.12.0.1
 
 Synopsis: A static website compiler library
 Description:
@@ -277,7 +277,7 @@
     random               >= 1.0      && < 1.2,
     regex-base           >= 0.93     && < 0.94,
     regex-tdfa           >= 1.1      && < 1.3,
-    resourcet            >= 1.1      && < 1.2,
+    resourcet            >= 1.1      && < 1.3,
     scientific           >= 0.3.4    && < 0.4,
     tagsoup              >= 0.13.1   && < 0.15,
     text                 >= 0.11     && < 1.3,
