diff --git a/CHANGELOG.md b/CHANGELOG.md index 046df145..aa12f665 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,16 @@ All Notable changes to `laravel-permission` will be documented in this file +## 1.5.1 - 2016-07-23 +- fixes `givePermissionTo` and `assignRole` in Laravel 5.1 + ## 1.5.0 - 2016-07-23 +** this version does not work in Laravel 5.1, please upgrade to version 1.5.1 of this package + - allowed `givePermissonTo` to accept multiple permissions -- added `syncRoles`-method +- allowed `assignRole` to accept multiple roles - added `syncPermissions`-method +- added `syncRoles`-method - dropped support for PHP 5.5 and HHVM ## 1.4.0 - 2016-05-08