diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
 # Changelog
 
+- 0.8.2.4 (2020-03-29)
+    * Bump `QuickCheck` upper bound to 2.15
+
 - 0.8.2.3 (2019-10-02)
     * Bump `base` to 4.13
     * Bump `tasty` to 1.2
diff --git a/blaze-markup.cabal b/blaze-markup.cabal
--- a/blaze-markup.cabal
+++ b/blaze-markup.cabal
@@ -1,5 +1,5 @@
 Name:         blaze-markup
-Version:      0.8.2.3
+Version:      0.8.2.4
 Homepage:     http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues
 License:      BSD3
@@ -60,7 +60,7 @@
 
   Build-depends:
     HUnit            >= 1.2  && < 1.7,
-    QuickCheck       >= 2.7  && < 2.14,
+    QuickCheck       >= 2.7  && < 2.15,
     containers       >= 0.3  && < 0.7,
     tasty            >= 1.0  && < 1.3,
     tasty-hunit      >= 0.10 && < 0.11,
