Skip to content

Commit 5e3fc3f

Browse files
committed
Release 7.9.1
1 parent eaebb39 commit 5e3fc3f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3-
## [7.9.0](https://github.com/auth0/laravel-auth0/tree/7.8.2) (2023-06-15)
3+
## [7.9.1](https://github.com/auth0/laravel-auth0/tree/7.9.1) (2023-06-21)
4+
5+
### Fixed
6+
7+
- Resolved an issue where, under certain circumstances, the AuthenticationGuard middleware could get erroneously added to the `api` middleware group, causing a session to be established in a stateless request. ([\#415](https://github.com/auth0/laravel-auth0/pull/415))
8+
9+
## [7.9.0](https://github.com/auth0/laravel-auth0/tree/7.9.0) (2023-06-15)
410

511
### Added
612

src/ServiceAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ abstract class ServiceAbstract extends InstanceEntityAbstract
2222
*
2323
* @var string
2424
*/
25-
public const VERSION = '7.9.0';
25+
public const VERSION = '7.9.1';
2626

2727
/**
2828
* Decode a PSR-7 HTTP Response Message containing a JSON content body to a PHP array. Returns null if the response was not successful, or the response body was not JSON.

0 commit comments

Comments
 (0)