Skip to content

Commit

Permalink
Release 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Sep 26, 2019
1 parent 2f24656 commit e0a986c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [5.3.0](https://github.com/auth0/laravel-auth0/tree/5.3.0) (2019-09-26)
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/5.2.0...5.3.0)

**Closed issues**
- Feature request: Add Laravel 6 support [\#138](https://github.com/auth0/laravel-auth0/issues/138)
- SessionStateHandler should use LaravelSessionStore not SessionStore [\#125](https://github.com/auth0/laravel-auth0/issues/125)

**Added**
- Support Laravel 6 [\#139](https://github.com/auth0/laravel-auth0/pull/139) ([FreekVR](https://github.com/FreekVR))

**Fixed**
- Use LaravelSessionStore in the SessionStateHandler. [\#135](https://github.com/auth0/laravel-auth0/pull/135) ([nstapelbroek](https://github.com/nstapelbroek))

## [5.2.0](https://github.com/auth0/laravel-auth0/tree/5.2.0) (2019-06-27)
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/5.1.0...5.2.0)

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 @@ -11,7 +11,7 @@
class LoginServiceProvider extends ServiceProvider
{

const SDK_VERSION = "4.0.4";
const SDK_VERSION = "5.3.0";

/**
* Indicates if loading of the provider is deferred.
Expand Down

0 comments on commit e0a986c

Please sign in to comment.