From d3a8f0dfef1ef7fc51e8414175d8662b3162fdb0 Mon Sep 17 00:00:00 2001 From: alex quiambao Date: Thu, 9 Jun 2016 15:41:43 +0800 Subject: [PATCH] Updated changelog for version 0.4.0 release --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b626d02..e781766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [v0.4.0](https://github.com/silverbux/laravel-angular-admin/tree/v0.4.0) (2016-06-09) +[Full Changelog](https://github.com/silverbux/laravel-angular-admin/compare/v0.3.0...v0.4.0) + +**Merged pull requests:** + +- Added ui modal and sweet alerts component [\#41](https://github.com/silverbux/laravel-angular-admin/pull/41) ([silverbux](https://github.com/silverbux)) +- Added ui timeline component [\#40](https://github.com/silverbux/laravel-angular-admin/pull/40) ([silverbux](https://github.com/silverbux)) +- Added ui buttons component [\#39](https://github.com/silverbux/laravel-angular-admin/pull/39) ([silverbux](https://github.com/silverbux)) +- Added ui icons component \( fontawesome and glyphicon\) [\#38](https://github.com/silverbux/laravel-angular-admin/pull/38) ([silverbux](https://github.com/silverbux)) +- Added general ui component [\#37](https://github.com/silverbux/laravel-angular-admin/pull/37) ([silverbux](https://github.com/silverbux)) +- Added general form component and fixed html files indentionn to 2 [\#36](https://github.com/silverbux/laravel-angular-admin/pull/36) ([silverbux](https://github.com/silverbux)) + ## [v0.3.0](https://github.com/silverbux/laravel-angular-admin/tree/v0.3.0) (2016-06-08) [Full Changelog](https://github.com/silverbux/laravel-angular-admin/compare/v0.2.0...v0.3.0)