diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,11 @@
-## [v1.3.1.5](https://github.com/diagrams/diagrams-svg/tree/v1.3.1.5) (2015-07-19)
+## [v1.3.1.6](https://github.com/diagrams/diagrams-svg/tree/v1.3.1.6) (2015-09-29)
+
+- allow `optparse-applicative-0.12`
+
+[Full Changelog](https://github.com/diagrams/diagrams-svg/compare/v1.3.1.5...v1.3.1.6)
+
+
+## [v1.3.1.5](https://github.com/diagrams/diagrams-svg/tree/v1.3.1.5) (2015-09-19)
 
 - allow `lens-4.13` and `semigroups-0.17`
 
diff --git a/diagrams-svg.cabal b/diagrams-svg.cabal
--- a/diagrams-svg.cabal
+++ b/diagrams-svg.cabal
@@ -1,5 +1,5 @@
 Name:                diagrams-svg
-Version:             1.3.1.5
+Version:             1.3.1.6
 Synopsis:            SVG backend for diagrams drawing EDSL.
 Homepage:            http://projects.haskell.org/diagrams/
 License:             BSD3
@@ -61,7 +61,7 @@
                      , containers           >= 0.3   && < 0.6
                      , lens                 >= 4.0   && < 4.14
                      , hashable             >= 1.1   && < 1.3
-                     , optparse-applicative >= 0.10  && < 0.12
+                     , optparse-applicative >= 0.10  && < 0.13
                      , semigroups           >= 0.13  && < 0.18
   if impl(ghc < 7.6)
     build-depends:     ghc-prim
