diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,9 @@
+## [v0.3.0.7](https://github.com/diagrams/diagrams-haddock/tree/v0.3.0.7) (2015-09-22)
+
+- Allow `lens-4.13`, `linear-1.20`, and `tasty-0.11`
+
+[Full Changelog](https://github.com/diagrams/diagrams-haddock/compare/v0.3.0.6...v0.3.0.7)
+
 ## [v0.3.0.6](https://github.com/diagrams/diagrams-haddock/tree/v0.3.0.6) (2015-07-19)
 
 [Full Changelog](https://github.com/diagrams/diagrams-haddock/compare/v0.3.0.5...v0.3.0.6)
diff --git a/diagrams-haddock.cabal b/diagrams-haddock.cabal
--- a/diagrams-haddock.cabal
+++ b/diagrams-haddock.cabal
@@ -1,5 +1,5 @@
 name:                diagrams-haddock
-version:             0.3.0.6
+version:             0.3.0.7
 synopsis:            Preprocessor for embedding diagrams in Haddock documentation
 description:         diagrams-haddock is a tool for compiling embedded inline
                      diagrams code in Haddock documentation, for an
@@ -48,8 +48,8 @@
                        diagrams-builder >= 0.5 && < 0.8,
                        diagrams-lib >= 0.6 && < 1.4,
                        diagrams-svg >= 0.8.0.1 && < 1.4,
-                       lens >= 3.8 && < 4.13,
-                       linear >= 1.10 && < 1.20,
+                       lens >= 3.8 && < 4.14,
+                       linear >= 1.10 && < 1.21,
                        cpphs >= 1.15,
                        cautious-file >= 1.0 && < 1.1,
                        uniplate >= 1.6 && < 1.7,
@@ -78,10 +78,10 @@
   build-depends:       base,
                        containers >= 0.4 && < 0.6,
                        QuickCheck >= 2.4 && < 2.9,
-                       tasty >= 0.8 && < 0.11,
+                       tasty >= 0.8 && < 0.12,
                        tasty-quickcheck >= 0.8 && < 0.9,
                        parsec >= 3,
-                       lens >= 3.8 && < 4.13,
+                       lens >= 3.8 && < 4.14,
                        haskell-src-exts >= 1.16 && < 1.17,
                        diagrams-haddock
   hs-source-dirs:      test
