diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,15 @@
+
+Version 0.4.0.2
+---------------
+
+ - Adding CHANGELOG.md and README.md to the cabal package.
+
+Version 0.4.0.0
+---------------
+ - Vim plugin is how shipped (only for mode inline)
+ - The mode inline is enabled to omit the leading 'case' if not needed.
+ - Integrating the test mode apply-ttree.
+ - Where clauses can now be converted to let-expressions (in mode inline and
+   smart-inline). This is only done if this provides the possibility to leave
+   out a leading 'case' expression.
+    
diff --git a/hbb.cabal b/hbb.cabal
--- a/hbb.cabal
+++ b/hbb.cabal
@@ -9,7 +9,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.4.0.0
+version:             0.4.0.2
 
 -- A short (one-line) description of the package.
 synopsis:            Haskell Busy Bee, a backend for text editors.
@@ -46,6 +46,7 @@
 cabal-version:       >= 1.10
 
 extra-source-files:  README.md
+                     CHANGELOG.md
                      editor-plugin/vim/hbb.vim
 
 source-repository head
