diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -3,6 +3,10 @@
 `web-cookiejar` uses [PVP Versioning][1].
 
 
+## 0.1.3.2 -- 2026-06-20
+
+* Relax the upper bound of the QuickCheck dependency
+
 ## 0.1.3.1 -- 2026-01-14
 
 * Relax the upper bound of the time dependency
diff --git a/web-cookiejar.cabal b/web-cookiejar.cabal
--- a/web-cookiejar.cabal
+++ b/web-cookiejar.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               web-cookiejar
-version:            0.1.3.1
+version:            0.1.3.2
 synopsis:           Parsing/printing of persistent web cookies
 description:
   A library that provides parsing and printing functions that read and write web
@@ -53,7 +53,7 @@
     , bytestring
     , hspec                >=2.7.0 && <2.12.0
     , http-client
-    , QuickCheck           >= 2.13 && < 2.18
+    , QuickCheck           >= 2.13 && < 2.20
     , temporary            >= 1.2 && < 1.4
     , time
     , web-cookiejar
