From 1ba236a067a57f03e1dea8d2982ff238bd6da44b Mon Sep 17 00:00:00 2001
From: nixa <4dmitr@gmail.com>
Date: Mon, 19 Sep 2016 14:33:34 +0300
Subject: [PATCH] chore(version): bump version to 0.6.0
---
CHANGELOG.md | 23 +++++++++++++++++++++++
_VERSION | 2 +-
package.json | 2 +-
3 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5147001..c7fe9013 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,26 @@
+
+# 0.6.0 (2016-09-19)
+
+### Note
+Tree package does not support RC6 currently so it was hidden from the menu.
+
+### Features
+
+* Angular rc.6
+* 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.5.0 (2016-08-30)
diff --git a/_VERSION b/_VERSION
index 2f42bb44..0bc3fd55 100644
--- a/_VERSION
+++ b/_VERSION
@@ -1 +1 @@
-_VERSION=0.5.0
+_VERSION=0.6.0
diff --git a/package.json b/package.json
index aa834c15..eb97197d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ng2-admin",
- "version": "0.5.0",
+ "version": "0.6.0",
"description": "Angular 2 and Bootstrap 4 Admin Template.",
"author": "akveo",
"homepage": "http://akveo.github.io/ng2-admin/",