Skip to content

Commit

Permalink
Releasing 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Mar 27, 2020
1 parent eb056a0 commit cb39fe1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [5.4.0](https://github.com/auth0/laravel-auth0/tree/5.4.0) (2020-03-27)
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/5.3.1...5.4.0)

**Closed issues**
- Laravel 7.0 supported release. [\#171](https://github.com/auth0/laravel-auth0/issues/171)

**Fixed**
- Fixed PHPDocs [\#170](https://github.com/auth0/laravel-auth0/pull/170) ([YAhiru](https://github.com/YAhiru))

**Added**
- Laravel 7 support [\#167](https://github.com/auth0/laravel-auth0/pull/167) ([giannidhooge](https://github.com/giannidhooge))

## [5.3.1](https://github.com/auth0/laravel-auth0/tree/5.3.1) (2019-11-14)
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/5.3.0...5.3.1)

Expand Down
2 changes: 1 addition & 1 deletion src/Auth0/Login/LoginServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class LoginServiceProvider extends ServiceProvider
{

const SDK_VERSION = "5.3.1";
const SDK_VERSION = "5.4.0";

/**
* Bootstrap the application events.
Expand Down

0 comments on commit cb39fe1

Please sign in to comment.