diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,3 +1,7 @@
+0.6.0.1
+-------
+No changes
+
 0.6.0.0
 -------
 * Support `keepRetrying` reconnection strategy.
diff --git a/eventstore.cabal b/eventstore.cabal
--- a/eventstore.cabal
+++ b/eventstore.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.6.0.0
+version:             0.6.0.1
 
 -- A short (one-line) description of the package.
 synopsis: EventStore TCP Client
@@ -35,7 +35,7 @@
 -- copyright:
 
 homepage:            http://github.com/YoEight/eventstore
-homepage:            http://github.com/YoEight/eventstore/issues
+bug-reports:         http://github.com/YoEight/eventstore/issues
 category:            Database
 
 build-type:          Simple
