diff --git a/CHANGES b/CHANGES
new file mode 100644
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,7 @@
+* 0.1.0.1: 21 December 2011
+
+  - Bump fclabels upper bound to allow 1.1.0
+
+* 0.1.0.0: 20 December 2011
+
+  - Initial release
diff --git a/force-layout.cabal b/force-layout.cabal
--- a/force-layout.cabal
+++ b/force-layout.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                force-layout
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Simple force-directed layout
 description:         Simulation engine for doing simple force-based layout,
                      /e.g./ for trees or graphs.  See the diagrams-contrib package
@@ -15,6 +15,7 @@
 category:            Graphics
 build-type:          Simple
 cabal-version:       >=1.8
+extra-source-files:  CHANGES
 source-repository head
   type:     darcs
   location: http://patch-tag.com/r/byorgey/force-layout
@@ -25,6 +26,6 @@
                        newtype ==0.2.*,
                        vector-space >=0.7 && <0.9,
                        vector-space-points >= 0.1.1 && < 0.2,
-                       fclabels >= 1.0 && < 1.1,
+                       fclabels >= 1.0 && < 1.2,
                        containers ==0.4.*
   hs-source-dirs:      src
