Skip to content

Commit

Permalink
Release 6.3.0 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Feb 19, 2021
1 parent 3974b28 commit 1b754c6
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

## [6.3.0](https://github.com/auth0/laravel-auth0/tree/6.3.0) (2020-02-18)

[Full Changelog](https://github.com/auth0/laravel-auth0/compare/6.2.0...6.3.0)

**Changed**

- Store changes made to the user object during the onLogin event hook [\#206](https://github.com/auth0/laravel-auth0/pull/206) ([evansims](https://github.com/evansims))

**Fixed**

- Avoid throwing an error when calling getUserByUserInfo() during login callback event when the supplied profile is empty/null [\#207](https://github.com/auth0/laravel-auth0/pull/207) ([evansims](https://github.com/evansims))

## [6.2.0](https://github.com/auth0/laravel-auth0/tree/6.2.0) (2020-01-15)

[Full Changelog](https://github.com/auth0/laravel-auth0/compare/6.1.0...6.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 @@ -14,7 +14,7 @@
class LoginServiceProvider extends ServiceProvider
{

const SDK_VERSION = '6.2.0';
const SDK_VERSION = '6.3.0';

/**
* Bootstrap the application events.
Expand Down

0 comments on commit 1b754c6

Please sign in to comment.