From 49c328bd1e8d02becc08af26c7f5cc5a69da2bec Mon Sep 17 00:00:00 2001 From: alex quiambao Date: Thu, 26 May 2016 13:58:06 +0800 Subject: [PATCH] Updating CHANGELOG, Ready for a minor version release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bc5096..b19c490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [v0.2.0](https://github.com/silverbux/laravel-angular-admin/tree/v0.2.0) (2016-05-26) +[Full Changelog](https://github.com/silverbux/laravel-angular-admin/compare/v0.1.1...v0.2.0) + +**Merged pull requests:** + +- User current context [\#24](https://github.com/silverbux/laravel-angular-admin/pull/24) ([silverbux](https://github.com/silverbux)) +- Small updates [\#23](https://github.com/silverbux/laravel-angular-admin/pull/23) ([wouterNL](https://github.com/wouterNL)) +- Added Widgets Component [\#22](https://github.com/silverbux/laravel-angular-admin/pull/22) ([silverbux](https://github.com/silverbux)) +- Convert .less to .scss [\#21](https://github.com/silverbux/laravel-angular-admin/pull/21) ([wouterNL](https://github.com/wouterNL)) +- Applied fixes from StyleCI [\#19](https://github.com/silverbux/laravel-angular-admin/pull/19) ([silverbux](https://github.com/silverbux)) + ## [v0.1.1](https://github.com/silverbux/laravel-angular-admin/tree/v0.1.1) (2016-05-23) [Full Changelog](https://github.com/silverbux/laravel-angular-admin/compare/v0.1.0...v0.1.1)