Skip to content

Commit

Permalink
Merge branch 'release/1.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ollieread committed Mar 3, 2020
2 parents d8a6c32 + fa4d41a commit 68fa819
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.0] - 2020-03-03
### Changed
- Added support for Laravel 7

## [1.3.0] - 2020-01-17
### Added
- Added the `JWTGuard::setTokenSigner()` method to allow for the customisation of token signing
Expand Down Expand Up @@ -40,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.0] - 2019-11-19
- Initial release

[Unreleased]: https://github.com/sprocketbox/laravel-jwt/compare/v1.3.0...develop
[Unreleased]: https://github.com/sprocketbox/laravel-jwt/compare/v1.4.0...develop
[1.4.0]: https://github.com/sprocketbox/laravel-jwt/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/sprocketbox/laravel-jwt/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/sprocketbox/laravel-jwt/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/sprocketbox/laravel-jwt/compare/v1.1.1...v1.1.2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require": {
"php": "^7.2",
"lcobucci/jwt": "^3.0",
"laravel/framework": "^6.0",
"laravel/framework": "^6.0||^7.0",
"ramsey/uuid": "^3.7"
},
"extra": {
Expand Down

0 comments on commit 68fa819

Please sign in to comment.