Skip to content

Commit

Permalink
release: 7.5.0 (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Apr 3, 2023
1 parent 0b26789 commit 2e5d72d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/Bug Report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ body:
label: SDK Version
description: What version of our Laravel plugin are you running? (`composer show | grep auth0/login`)
options:
- 7.5
- 7.4
- 7.3
- 7.2
Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

## [Unreleased]

Most of these changes rely on upstream changes in the Auth0-PHP SDK that are waiting for release.
These changes will not function correctly until that release is made.
## [7.5.0](https://github.com/auth0/laravel-auth0/tree/7.5.0) (2023-04-03)

**Added**

Expand Down
2 changes: 1 addition & 1 deletion src/Auth0.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ final class Auth0 implements ServiceContract
*
* @var string
*/
public const VERSION = '7.4.0';
public const VERSION = '7.5.0';

public function __construct(
private ?SDKContract $sdk = null,
Expand Down

0 comments on commit 2e5d72d

Please sign in to comment.