diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
 tellbot CHANGELOG
 =================
 
+### 0.6.0.1
+
+- Fixed CHANGELOG.md.
+
+### 0.6
+
+- Dropped `errors` dependency.
+
 ### 0.5.1.4
 
 - fixed HTML entities to correctly decode them
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -20,7 +20,7 @@
 import System.IO
 
 version :: Version
-version = Version [0,6] ["Apfelschorle"]
+version = Version [0,6,0,1] ["Apfelschorle"]
 
 type Failable   = Except String
 type FailableIO = ExceptT String IO
diff --git a/tellbot.cabal b/tellbot.cabal
--- a/tellbot.cabal
+++ b/tellbot.cabal
@@ -1,5 +1,5 @@
 name:                tellbot
-version:             0.6
+version:             0.6.0.1
 synopsis:            IRC tellbot
 description:         An IRC bot that can be used to create queuing message.
                      It also offers a simple administration IRC bot interface.
