diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.4.1.2
+### Changed
+* Allow optparse-applicative-0.16.0.0
+
 ## 0.4.1.1
 ### Changed
 * Allow `ansi-terminal` 0.11
diff --git a/hapistrano.cabal b/hapistrano.cabal
--- a/hapistrano.cabal
+++ b/hapistrano.cabal
@@ -1,5 +1,5 @@
 name:                hapistrano
-version:             0.4.1.1
+version:             0.4.1.2
 synopsis:            A deployment library for Haskell applications
 description:
   .
@@ -83,7 +83,7 @@
                      , formatting         >= 6.2 && < 7.0
                      , gitrev             >= 1.2 && < 1.4
                      , hapistrano
-                     , optparse-applicative >= 0.11 && < 0.16
+                     , optparse-applicative >= 0.11 && < 0.17
                      , path               >= 0.5 && < 0.8
                      , path-io            >= 1.2 && < 1.7
                      , stm                >= 2.4 && < 2.6
