diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 0.6.0
+
+- Various bug fixes by @rahulmutt. These may change behavior not captured by the MCPP test suite.
+- Switch to `unordered-containers` from `bytestring-trie` for stackage compatibility
+- Internal refactoring
+
 # 0.5.1
 Added the `expand` API for pure macro processing (i.e. `#include`s are ignored).
 
diff --git a/hpp.cabal b/hpp.cabal
--- a/hpp.cabal
+++ b/hpp.cabal
@@ -1,5 +1,5 @@
 name:                hpp
-version:             0.6.0
+version:             0.6.0.1
 synopsis:            A Haskell pre-processor
 description:         See the README for usage examples
 license:             BSD3
