diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -30,6 +30,8 @@
 Changes
 -------
 
+0.1.4.6 - relax upper bound in optparse-applicative
+
 0.1.4.5 - relax upper bound in text to support 1.1
         - introduce CLI wrapper for minifying files from the
           commandline, courtesy of @CodeBlock
diff --git a/hjsmin.cabal b/hjsmin.cabal
--- a/hjsmin.cabal
+++ b/hjsmin.cabal
@@ -1,5 +1,5 @@
 name:            hjsmin
-version:         0.1.4.5
+version:         0.1.4.6
 license:         BSD3
 license-file:    LICENSE
 author:          Alan Zimmerman <alan.zimm@gmail.com>
@@ -44,7 +44,7 @@
                  , text                 >= 0.8     && < 1.2
                  , containers           >= 0.2     && < 0.6
                  , language-javascript  >= 0.5.1   && < 0.6
-                 , optparse-applicative >= 0.7     && < 0.8
+                 , optparse-applicative >= 0.7     && < 0.9
 
 Test-Suite test-hjsmin
   Type: exitcode-stdio-1.0
