Skip to content

Commit

Permalink
Merge branch 'v1.3'
Browse files Browse the repository at this point in the history
* v1.3:
  fix release numbering
  • Loading branch information
makladuxbert committed Sep 19, 2017
2 parents 9f9f3ae + 03ed508 commit 3c0a007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

All Notable changes to `laravel-permission-mongodb` will be documented in this file.

## 1.3.2-alpha - 2017-09-19
## 1.3.3-alpha - 2017-09-19

### Added
- Add the support of `laravel 5.5`


## 1.3.1 - 2017-09-12
## 1.3.2 - 2017-09-12

### Removed
- Remove the support of `laravel 5.5` till `jenssegers/laravel-mongodb` supports it
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $user->can('edit articles');

This package can be used in Laravel 5.4 and up.

> Note: use 1.3.2-alpha version if you are using Laravel 5.5
> Note: use 1.3.3-alpha version if you are using Laravel 5.5
You can install the package via composer:

Expand Down

0 comments on commit 3c0a007

Please sign in to comment.