diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.6.0.1
+
+* Fixed link to README in .cabal
+
 ## 0.6
 
 * Added documentation and changelog
diff --git a/bumper.cabal b/bumper.cabal
--- a/bumper.cabal
+++ b/bumper.cabal
@@ -1,9 +1,9 @@
 Name:             bumper
-Version:          0.6
+Version:          0.6.0.1
 Synopsis:         Automatically bump package versions, also transitively.
 Description:      Automatically bump package versions, also transitively.
                   .
-                  Readme: <https://www.github.com/silkapp/bumper/blob/master/CHANGELOG.md>
+                  Readme: <https://www.github.com/silkapp/bumper/blob/master/README.md>
 Author:           Silk
 Copyright:        (c) 2012, Silk
 Maintainer:       code@silk.co
