diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for sensu-run
 
+## 0.7.0.3 -- 2019-08-20
+
+* Relax upper version bound for optparse-applicative
+
 ## 0.7.0.2 -- 2019-06-18
 
 * Fix redundant newline at the beginning of the cabal file
diff --git a/sensu-run.cabal b/sensu-run.cabal
--- a/sensu-run.cabal
+++ b/sensu-run.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: sensu-run
-version: 0.7.0.2
+version: 0.7.0.3
 synopsis: A tool to send command execution results to Sensu
 description:
   @sensu-run@ is a command line tool to send command execution results to Sensu
@@ -37,7 +37,7 @@
     , http-types >= 0.9.1 && < 0.13
     , lens >= 4.15 && < 4.18
     , network >= 2.2.3 && < 3.2
-    , optparse-applicative >= 0.12 && < 0.15
+    , optparse-applicative >= 0.12 && < 0.16
     , process >= 1.6.3.0 && < 1.7
     , temporary >= 1.1 && < 1.4
     , text >= 1.2.2 && < 1.3
