diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+Version 0.3.3 (2014-10-10)
+--------------------------
+
+- Allow dependency on `optparse-applicative` 0.11.
+
 Version 0.3.2 (2014-09-24)
 --------------------------
 
diff --git a/flaccuraterip.cabal b/flaccuraterip.cabal
--- a/flaccuraterip.cabal
+++ b/flaccuraterip.cabal
@@ -1,5 +1,5 @@
 Name:           flaccuraterip
-Version:        0.3.2
+Version:        0.3.3
 Cabal-Version:  >= 1.10
 Build-Type:     Simple
 License:        GPL-3
@@ -48,7 +48,7 @@
                      binary                >= 0.5 && < 0.8,
                      deepseq               == 1.3.*,
                      HTTP                  == 4000.2.*,
-                     optparse-applicative  == 0.10.*,
+                     optparse-applicative  >= 0.10 && < 0.12,
                      process               == 1.2.*
   GHC-Options:       -Wall
   Main-Is:           Main.hs
