Skip to content

Commit 2e5d72d

Browse files
author
Evan Sims
authored
release: 7.5.0 (#352)
1 parent 0b26789 commit 2e5d72d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/Bug Report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ body:
1111
label: SDK Version
1212
description: What version of our Laravel plugin are you running? (`composer show | grep auth0/login`)
1313
options:
14+
- 7.5
1415
- 7.4
1516
- 7.3
1617
- 7.2

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
## [Unreleased]
44

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

87
**Added**
98

src/Auth0.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ final class Auth0 implements ServiceContract
2525
*
2626
* @var string
2727
*/
28-
public const VERSION = '7.4.0';
28+
public const VERSION = '7.5.0';
2929

3030
public function __construct(
3131
private ?SDKContract $sdk = null,

0 commit comments

Comments
 (0)