Skip to content

Commit

Permalink
Release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Aug 9, 2022
1 parent 1a4b3ee commit 3f247ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [7.1.0](https://github.com/auth0/laravel-auth0/tree/7.1.0) (2022-08-08)
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.0.1...7.1.0)

**Changed**
- [SDK-3576] Return interfaces instead of concrete classes [\#296](https://github.com/auth0/laravel-auth0/pull/296) ([evansims](https://github.com/evansims))
- change: Use class names for app() calls [\#291](https://github.com/auth0/laravel-auth0/pull/291) ([evansims](https://github.com/evansims))

**Fixed**
- [SDK-3585] Fix: `Missing Code` error on Callback Route for Octane Customers [\#297](https://github.com/auth0/laravel-auth0/pull/297) ([evansims](https://github.com/evansims))

## [7.0.1](https://github.com/auth0/laravel-auth0/tree/7.0.1) (2022-06-01)

[Full Changelog](https://github.com/auth0/laravel-auth0/compare/7.0.0...7.0.1)
Expand Down
2 changes: 1 addition & 1 deletion src/Auth0.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ final class Auth0 implements \Auth0\Laravel\Contract\Auth0
/**
* The Laravel-Auth0 SDK version:
*/
public const VERSION = '7.0.1';
public const VERSION = '7.1.0';

/**
* An instance of the Auth0-PHP SDK.
Expand Down

0 comments on commit 3f247ca

Please sign in to comment.