diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,9 @@
+1.6.0.1 (27 October 2016)
+-------------------------
+
+- Allow `diagrams-core-1.4`
+- Allow `diagrams-lib-1.4`
+
 1.6 (8 August 2016)
 -------------------
 
diff --git a/SVGFonts.cabal b/SVGFonts.cabal
--- a/SVGFonts.cabal
+++ b/SVGFonts.cabal
@@ -1,5 +1,5 @@
 Name:             SVGFonts
-Version:          1.6.0.0
+Version:          1.6.0.1
 Synopsis:         Fonts from the SVG-Font format
 Description:      Native font support for the diagrams framework (<http://projects.haskell.org/diagrams/>). Note that this package can be used with any diagrams backend, not just the SVG backend.  The SVG-font format is easy to parse
                   and was therefore chosen for a font library completely written in Haskell.
@@ -65,8 +65,8 @@
         cereal-vector,
         containers >= 0.4 && < 0.6,
         data-default-class < 0.2,
-        diagrams-core >= 1.3 && < 1.4,
-        diagrams-lib >= 1.3 && < 1.4,
+        diagrams-core >= 1.3 && < 1.5,
+        diagrams-lib >= 1.3 && < 1.5,
         directory >= 1.1,
         blaze-svg >= 0.3.3,
         blaze-markup >= 0.5,
