diff --git a/CHANGELOG.md b/CHANGELOG.md index 85dbd845..d65ecac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +# 0.8.0 (2016-11-25) + +### Features + +* Angular 2.2.3 +* Dependencies updated + +### Bug Fixes + + +### How to update + +* Pull sources from git, merge accordingly +* remove `node_modules` +* run `npm install` +* Enjoy! + + # 0.7.0 (2016-09-19) diff --git a/_VERSION b/_VERSION index cffcf214..b6f2c98a 100644 --- a/_VERSION +++ b/_VERSION @@ -1 +1 @@ -_VERSION=0.7.0 +_VERSION=0.8.0 diff --git a/package.json b/package.json index d38e2cb7..6360b300 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-admin", - "version": "0.7.0", + "version": "0.8.0", "description": "Angular 2 and Bootstrap 4 Admin Template.", "author": "akveo", "homepage": "http://akveo.github.io/ng2-admin/",