diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,7 +1,7 @@
-1.4.0.2 (1 March 2014)
+1.4.0.3 (2 June 2014)
 ----------------------
 
-- Allow `diagrams-lib-1.1`.
+- Allow `diagrams-lib-1.2`.
 
 1.4.0.1 (25 November 2013)
 --------------------------
diff --git a/SVGFonts.cabal b/SVGFonts.cabal
--- a/SVGFonts.cabal
+++ b/SVGFonts.cabal
@@ -1,5 +1,5 @@
 Name:             SVGFonts
-Version:          1.4.0.2
+Version:          1.4.0.3
 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.
@@ -62,7 +62,7 @@
         base == 4.*,
         containers >= 0.4 && < 0.6,
         data-default-class < 0.1,
-        diagrams-lib >= 0.7 && < 1.2,
+        diagrams-lib >= 0.7 && < 1.3,
         directory >= 1.1,
         blaze-svg >= 0.3.3,
         blaze-markup >= 0.5,
