Skip to content

Commit

Permalink
Release 7.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Jun 21, 2023
1 parent eaebb39 commit 5e3fc3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog

## [7.9.0](https://github.com/auth0/laravel-auth0/tree/7.8.2) (2023-06-15)
## [7.9.1](https://github.com/auth0/laravel-auth0/tree/7.9.1) (2023-06-21)

### Fixed

- 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))

## [7.9.0](https://github.com/auth0/laravel-auth0/tree/7.9.0) (2023-06-15)

### Added

Expand Down
2 changes: 1 addition & 1 deletion src/ServiceAbstract.php
Expand Up @@ -22,7 +22,7 @@ abstract class ServiceAbstract extends InstanceEntityAbstract
*
* @var string
*/
public const VERSION = '7.9.0';
public const VERSION = '7.9.1';

/**
* 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.
Expand Down

0 comments on commit 5e3fc3f

Please sign in to comment.