Skip to content

Commit ced3933

Browse files
authored
Release 6.4.1 (#223)
1 parent fd6aa71 commit ced3933

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [6.4.1](https://github.com/auth0/laravel-auth0/tree/6.4.0) (2021-08-02)
4+
5+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/6.4.0...6.4.1)
6+
7+
**Fixed**
8+
9+
- Use the fully qualified facade class names [\#215](https://github.com/auth0/laravel-auth0/pull/215) ([Rezouce](https://github.com/Rezouce))
10+
- Update auth0-PHP dependency [\#222](https://github.com/auth0/laravel-auth0/pull/222) ([evansims](https://github.com/evansims))
11+
- Pass api_identifier config as audience to Auth0\SDK\Auth0 [\#214](https://github.com/auth0/laravel-auth0/pull/214) ([iSerter](https://github.com/iSerter))
12+
313
## [6.4.0](https://github.com/auth0/laravel-auth0/tree/6.4.0) (2021-03-25)
414

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

src/Auth0/Login/LoginServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class LoginServiceProvider extends ServiceProvider
1919
{
20-
public const SDK_VERSION = '6.4.0';
20+
public const SDK_VERSION = '6.4.1';
2121

2222
/**
2323
* Bootstrap the application events.

0 commit comments

Comments
 (0)