diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,8 @@
+1.4.0.2 (1 March 2014)
+----------------------
+
+- Allow `diagrams-lib-1.1`.
+
 1.4.0.1 (25 November 2013)
 --------------------------
 
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,11 @@
-Copyright (c) 2013, Tillmann Vogt
+Copyright (c) 2013, SVGFonts team:
+
+  Jan Bracker <jan.bracker@googlemail.com>
+  Chris Mears <chris@cmears.id.au>
+  Tillmann Vogt <tillk.vogt@googlemail.com>
+  Ryan Yates <ryates@cs.rochester.edu>
+  Brent Yorgey <byorgey@gmail.com>
+
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
diff --git a/SVGFonts.cabal b/SVGFonts.cabal
--- a/SVGFonts.cabal
+++ b/SVGFonts.cabal
@@ -1,7 +1,7 @@
 Name:             SVGFonts
-Version:          1.4.0.1
+Version:          1.4.0.2
 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-tont format is easy to parse
+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.
                   .
                   You can convert your own font to SVG with <http://fontforge.sourceforge.net/>, or use the included LinLibertine and Bitstream fonts.
@@ -62,7 +62,7 @@
         base == 4.*,
         containers >= 0.4 && < 0.6,
         data-default-class < 0.1,
-        diagrams-lib >= 0.7 && < 1.1,
+        diagrams-lib >= 0.7 && < 1.2,
         directory >= 1.1,
         blaze-svg >= 0.3.3,
         blaze-markup >= 0.5,
