Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.3.0 #208

Merged
merged 2 commits into from
Feb 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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