diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Revision history for sensu-run
 
+## 0.1.1.3 -- 2017-06-11
+
+* Relax upper version bound for optparse-applicative
+* Binary releases
+
 ## 0.1.1 -- 2017-06-09
 
 * Add --version option
diff --git a/sensu-run.cabal b/sensu-run.cabal
--- a/sensu-run.cabal
+++ b/sensu-run.cabal
@@ -1,5 +1,5 @@
 name: sensu-run
-version: 0.1.1
+version: 0.1.1.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
@@ -30,7 +30,7 @@
     , http-types >= 0.9.1 && < 0.10
     , lens >= 4.15 && < 4.16
     , network >= 2.2.3 && < 2.7
-    , optparse-applicative >= 0.12 && < 0.14
+    , optparse-applicative >= 0.12 && < 0.15
     , process >= 1.4 && < 1.7
     , temporary >= 1.1 && < 1.3
     , text >= 1.2.2 && < 1.3
