diff --git a/QuickCheck.cabal b/QuickCheck.cabal
--- a/QuickCheck.cabal
+++ b/QuickCheck.cabal
@@ -1,5 +1,5 @@
 Name: QuickCheck
-Version: 2.10
+Version: 2.10.0.1
 Cabal-Version: >= 1.8
 Build-type: Simple
 License: BSD3
@@ -49,7 +49,7 @@
 source-repository this
   type:     git
   location: https://github.com/nick8325/quickcheck
-  tag:      2.10
+  tag:      2.10.0.1
 
 flag templateHaskell
   Description: Build Test.QuickCheck.All, which uses Template Haskell.
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -17,8 +17,8 @@
 	* QuickCheck no longer catches asynchronous exceptions, which
 	  means that pressing ctrl-C will now cancel testing without
 	  printing a counterexample. If you are debugging an infinite loop,
-	  please use the 'timeout' combinator or 'verboseCheck' instead.
-	  ('timeout' is better as it allows the counterexample to be
+	  please use the 'within' combinator or 'verboseCheck' instead.
+	  ('within' is better as it allows the counterexample to be
 	  shrunk.)
 
 	* Much of Test.QuickCheck.Function (showable random functions)
