diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+1.2.9
+
+- Bumped dependency on 'cryptohash'.
+
+1.2.8
+
+- Bumped various dependencies and cleaned up dependencies in general.
+
+1.2.7
+
+- Added stricter constraints on 'random' package.
+
 1.2.6
 
 - Add module 'V4' to direct attention to our Random instance
diff --git a/uuid.cabal b/uuid.cabal
--- a/uuid.cabal
+++ b/uuid.cabal
@@ -1,5 +1,5 @@
 Name: uuid
-Version: 1.2.8
+Version: 1.2.9
 Copyright: (c) 2008-2012 Antoine Latter
 Author: Antoine Latter
 Maintainer: aslatter@gmail.com
@@ -29,7 +29,7 @@
  Build-Depends: base >=3 && < 5,
                 binary >= 0.4 && < 0.7,
                 bytestring >= 0.9 && < 1.1,
-                cryptohash >= 0.7 && < 0.8,
+                cryptohash >= 0.7 && < 0.9,
                 maccatcher >= 1.0 && < 2.2,
                 random >= 1.0.1 && < 1.1,
                 time >= 1.1 && < 1.5
