diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,17 @@
 Change Log
 ==========
 
+Version 0.6.0.1 (2013-12-01) *World AIDS Day*
+---------------------------------------------
+
+#### Package changes
+
+* Change QuickCheck lower bound from 2.6 to 2.5
+
+#### Contributors
+
+* [Michael Snoyman](https://github.com/snoyberg)
+
 Version 0.6 (2013-11-29) *Black Friday*
 ---------------------------------------
 
@@ -29,4 +40,9 @@
 * Deprecate DList constructor and record selector to make it abstract
   (see [#4](https://github.com/spl/dlist/issues/4))
 * Deprecate `maybeReturn` which is not directly relevant to dlists
+
+#### Contributors
+
+* [Bas van Dijk](https://github.com/basvandijk)
+* [Herbert Valerio Riedel](https://github.com/hvr)
 
diff --git a/dlist.cabal b/dlist.cabal
--- a/dlist.cabal
+++ b/dlist.cabal
@@ -1,5 +1,5 @@
 name:                   dlist
-version:                0.6
+version:                0.6.0.1
 synopsis:               Difference lists
 description:
   Difference lists are a list-like type supporting O(1) append. This is
@@ -36,5 +36,5 @@
   build-depends:        dlist,
                         base,
                         Cabal,
-                        QuickCheck >= 2.6 && < 2.7
+                        QuickCheck >= 2.5 && < 2.7
 
