diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 ## MASTER
 
+## Dotenv 0.9.0.1
+* Allow optparse-applicative-0.17.0.0
+
 ## Dotenv 0.9.0.0
 * Remove `loadSafeFile`. Users must create their own parsers to convert the
 read values from `System.Environment` to another data type. Therefore,
diff --git a/dotenv.cabal b/dotenv.cabal
--- a/dotenv.cabal
+++ b/dotenv.cabal
@@ -1,5 +1,5 @@
 name:                dotenv
-version:             0.9.0.0
+version:             0.9.0.1
 synopsis:            Loads environment variables from dotenv files
 homepage:            https://github.com/stackbuilders/dotenv-hs
 description:
@@ -65,7 +65,7 @@
   build-depends:         base >= 4.9 && < 5.0
                        , base-compat >= 0.4
                        , dotenv
-                       , optparse-applicative >= 0.11 && < 0.17
+                       , optparse-applicative >= 0.11 && < 0.18
                        , megaparsec
                        , process
                        , text
