diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7fe9013..85dbd845 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,26 @@
+
+# 0.7.0 (2016-09-19)
+
+### Note
+Tree package does not support angular 2.0 currently so it was hidden from the menu.
+
+### Features
+
+* Angular 2.0
+* Dependencies updated
+
+### Bug Fixes
+
+
+### How to update
+
+* Pull sources from git, merge accordingly
+* remove `node_modules`
+* run `npm install`
+* Remove all directives & pipes from components and move them to the ngModule declarations
+* Enjoy!
+
+
# 0.6.0 (2016-09-19)