Skip to content

Commit e299f3e

Browse files
author
Evan Sims
authored
Release 7.6.0 (#367)
1 parent 394e264 commit e299f3e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/Bug Report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ body:
2222
label: SDK Version
2323
description: What version of our Laravel plugin are you running? (`composer show | grep auth0/login`)
2424
options:
25+
- SDK 7.6
2526
- SDK 7.5
2627
- SDK 7.4
2728
- SDK 7.3

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [7.6.0](https://github.com/auth0/laravel-auth0/tree/7.6.0) (2023-04-12)
44

55
### Added
66

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.5.2';
28+
public const VERSION = '7.6.0';
2929

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

0 commit comments

Comments
 (0)