diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,10 @@
 
 `redis-glob` uses [PVP Versioning][1].
 
+## 0.1.0.7 -- 2024-01-03
+
+* Expand upper bounds for megaparsec
+
 ## 0.1.0.6 -- 2023-09-01
 
 * Expand upper bounds for megaparsec
diff --git a/redis-glob.cabal b/redis-glob.cabal
--- a/redis-glob.cabal
+++ b/redis-glob.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               redis-glob
-version:            0.1.0.6
+version:            0.1.0.7
 license:            BSD-3-Clause
 license-file:       LICENSE
 maintainer:         adetokunbo@emio.la
@@ -39,7 +39,7 @@
     , ascii-char      >=1.0.1    && <1.1
     , base            >=4.11     && <5.0
     , bytestring      >=0.10.8.2 && <0.11 || >=0.11.3.1 && <0.12.1
-    , megaparsec      >=9.2.1    && <9.6
+    , megaparsec      >=9.2.1    && <9.7
 
   if impl(ghc >=8.4)
     ghc-options: -Wpartial-fields
