Skip to content

Commit bbe1496

Browse files
authored
Release 7.0.0-BETA2 (#266)
1 parent d9eb2ec commit bbe1496

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [7.0.0-BETA2](https://github.com/auth0/laravel-auth0/tree/7.0.0-BETA2) (2022-03-09)
4+
5+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/6.5.0...7.0.0-BETA2)
6+
7+
Please review the [BETA1 changelog notes below](#700-beta1-2022-02-08) before upgrading your application from 6.x, as 7.0 is a new major containing breaking changes. As with all beta releases, this should not be considered stable or suitable for production use, but your experimentation with and feedback around it is greatly appreciated.
8+
9+
**Changes**
10+
- Update Middleware interface checks for custom user model types [\#263](https://github.com/auth0/laravel-auth0/pull/263) ([sheggi](https://github.com/sheggi))
11+
- Updated UserProvider API [\#264](https://github.com/auth0/laravel-auth0/pull/264) ([evansims](https://github.com/evansims))
12+
- Add Rector to test suite [\#265](https://github.com/auth0/laravel-auth0/pull/265) ([evansims](https://github.com/evansims))
13+
314
## [7.0.0-BETA1](https://github.com/auth0/laravel-auth0/tree/7.0.0-BETA1) (2022-02-08)
415

516
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/6.5.0...7.0.0-BETA1)
@@ -19,7 +30,7 @@ As expected with a major release, Auth0 Laravel SDK v7 includes breaking changes
1930
- Namespace has been updated from `Auth0\Login` to `Auth0\Laravel`
2031
- Auth0-PHP SDK dependency updated to V8
2132
- New configuration format
22-
- SDK now self-registers it's services and middleware
33+
- SDK now self-registers its services and middleware
2334

2435
## [6.5.0](https://github.com/auth0/laravel-auth0/tree/6.5.0) (2021-10-15)
2536

0 commit comments

Comments
 (0)