We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394e264 commit e299f3eCopy full SHA for e299f3e
.github/ISSUE_TEMPLATE/Bug Report.yml
@@ -22,6 +22,7 @@ body:
22
label: SDK Version
23
description: What version of our Laravel plugin are you running? (`composer show | grep auth0/login`)
24
options:
25
+ - SDK 7.6
26
- SDK 7.5
27
- SDK 7.4
28
- SDK 7.3
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [Unreleased]
+## [7.6.0](https://github.com/auth0/laravel-auth0/tree/7.6.0) (2023-04-12)
4
5
### Added
6
src/Auth0.php
@@ -25,7 +25,7 @@ final class Auth0 implements ServiceContract
*
* @var string
*/
- public const VERSION = '7.5.2';
+ public const VERSION = '7.6.0';
29
30
public function __construct(
31
private ?SDKContract $sdk = null,
0 commit comments