diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,14 @@
 
 `attoparsec-framer` uses [PVP Versioning][1].
 
+## 0.1.0.7 -- 2024-07-01
+
+* Relax lower bounds on QuickCheck
+
+## 0.1.0.6 -- 2024-07-01
+
+* Relax lower bounds on QuickCheck
+
 ## 0.1.0.5 -- 2024-06-24
 
 * Relax upper bounds of network-run
diff --git a/attoparsec-framer.cabal b/attoparsec-framer.cabal
--- a/attoparsec-framer.cabal
+++ b/attoparsec-framer.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               attoparsec-framer
-version:            0.1.0.5
+version:            0.1.0.7
 synopsis:           Use Attoparsec to parse framed protocol byte streams
 description:
   A library that simplifies the use of
@@ -59,7 +59,7 @@
     , network            >=3.1.0    && <4
     , network-run        >=0.2.2    && <0.4
     , text               >=1.2.3    && <2.2
-    , QuickCheck         >= 2.15    && < 2.16
+    , QuickCheck         >= 2.13    && < 2.16
 
   hs-source-dirs:   toy
   default-language: Haskell2010
@@ -82,7 +82,7 @@
     , network            >=3.1.0    && <4
     , network-run        >=0.2.2    && <0.4
     , text               >=1.2.3    && <2.2
-    , QuickCheck         >= 2.15    && < 2.16
+    , QuickCheck         >= 2.13    && < 2.16
 
   hs-source-dirs:   toy
   default-language: Haskell2010
