diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+1.0.1 (2025-09-05)
+
+  * Fixed build dependency issue with Stackage nightly snapshot
+
+
 1.0.0 (2025-09-05)
 
   * Initial release
diff --git a/optparse-applicative-dex.cabal b/optparse-applicative-dex.cabal
--- a/optparse-applicative-dex.cabal
+++ b/optparse-applicative-dex.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: optparse-applicative-dex
-version: 1.0.0
+version: 1.0.1
 synopsis: Extra functions for working with optparse-applicative
 description:
   optparse-applicative is a fantastic library
@@ -49,6 +49,6 @@
     src/lib
   build-depends:
       base >=3 && <5
-    , optparse-applicative >=0.17.1 && <0.19
+    , optparse-applicative >=0.17.1 && <1
     , prettyprinter >=1.7.1 && <2
     , text >=1.11.1 && <3
