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.6 -- 2023-09-01
+
+* Expand upper bounds for megaparsec
+
 ## 0.1.0.5 -- 2023-07-12
 
 * Expand dependency upper bounds for bytestring and 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.5
+version:            0.1.0.6
 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.5
+    , megaparsec      >=9.2.1    && <9.6
 
   if impl(ghc >=8.4)
     ghc-options: -Wpartial-fields
