diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.3.2.2
+
+* Allow optparse-applicative 0.14
+
 ## 0.3.2.1
 
 * Add support for help in subcommands. Thanks to Vanessa McHale (GitHub: vmchale) for this contribution
diff --git a/hapistrano.cabal b/hapistrano.cabal
--- a/hapistrano.cabal
+++ b/hapistrano.cabal
@@ -1,5 +1,5 @@
 name:                hapistrano
-version:             0.3.2.1
+version:             0.3.2.2
 synopsis:            A deployment library for Haskell applications
 description:
   .
@@ -64,7 +64,7 @@
                      , async              >= 2.0.1.6 && < 2.2
                      , base               >= 4.6 && < 5.0
                      , hapistrano
-                     , optparse-applicative >= 0.11 && < 0.14
+                     , optparse-applicative >= 0.11 && < 0.15
                      , path               >= 0.5.8 && < 6.0
                      , path-io            >= 1.2 && < 1.3
                      , stm                >= 2.4 && < 2.5
