Skip to content

Commit

Permalink
Changelog and SDK version for 5.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Nov 14, 2019

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 1b84e44 commit 5f11454
Showing 3 changed files with 12 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [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)

**Closed issues**
- Setting of state_handler in Auth0Service causes "Invalid state" error [\#154](https://github.com/auth0/laravel-auth0/issues/154)

**Fixed**
- Allow store and state_handler to be passed in from config [\#156](https://github.com/auth0/laravel-auth0/pull/156) ([joshcanhelp](https://github.com/joshcanhelp))
- Add 'persist_refresh_token' key to laravel-auth0 configuration file. [\#152](https://github.com/auth0/laravel-auth0/pull/152) ([tpenaranda](https://github.com/tpenaranda))
- Replace`setEnvironment` with `setEnvProperty` [\#145](https://github.com/auth0/laravel-auth0/pull/145) ([nstapelbroek](https://github.com/nstapelbroek))

## [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)

6 changes: 0 additions & 6 deletions examples/README.md

This file was deleted.

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

const SDK_VERSION = "5.3.0";
const SDK_VERSION = "5.3.1";

/**
* Bootstrap the application events.

0 comments on commit 5f11454

Please sign in to comment.