diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## [v1.3.0.4](https://github.com/diagrams/diagrams-html5/tree/v1.3.0.4) (2015-09-29)
+
+- Allow `optparse-applicative-0.12`
+
+[Full Changelog](https://github.com/diagrams/diagrams-html5/compare/v1.3.0.3...v1.3.0.4)
+
 ## [v1.3.0.3](https://github.com/diagrams/diagrams-html5/tree/v1.3.0.3) (2015-09-22)
 
 - Allow `lens-4.13`
diff --git a/diagrams-html5.cabal b/diagrams-html5.cabal
--- a/diagrams-html5.cabal
+++ b/diagrams-html5.cabal
@@ -1,5 +1,5 @@
 Name:                diagrams-html5
-Version:             1.3.0.3
+Version:             1.3.0.4
 Synopsis:            HTML5 canvas backend for diagrams drawing EDSL
 Description:         This package provides a modular backend for rendering
                      diagrams created with the diagrams EDSL using an
@@ -36,7 +36,7 @@
                        text >= 1.0 && < 1.3,
                        data-default-class >= 0.0.1 && < 0.1,
                        statestack >= 0.2 && <0.3,
-                       optparse-applicative >= 0.10 && < 0.12,
+                       optparse-applicative >= 0.10 && < 0.13,
                        split >= 0.2 && < 0.3
 
   Default-language:    Haskell2010
