Skip to content

Commit

Permalink
Release 8.9.2 (#744)
Browse files Browse the repository at this point in the history
**Fixed**
- fix: Remove redundant token verification step
[\#742](#742)
([evansims](https://github.com/evansims))
  • Loading branch information
evansims committed Nov 29, 2023
1 parent 82211a1 commit 7eec464
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [8.9.2](https://github.com/auth0/auth0-PHP/tree/8.9.2) (2023-11-29)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.9.1...8.9.2)

**Fixed**
- fix: Remove redundant token verification step [\#742](https://github.com/auth0/auth0-PHP/pull/742) ([evansims](https://github.com/evansims))

## [8.9.1](https://github.com/auth0/auth0-PHP/tree/8.9.1) (2023-11-20)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.9.0...8.9.1)

Expand Down
2 changes: 1 addition & 1 deletion src/Auth0.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class Auth0 implements Auth0Interface
/**
* @var string
*/
public const VERSION = '8.9.1';
public const VERSION = '8.9.2';

/**
* Authentication Client.
Expand Down

0 comments on commit 7eec464

Please # to comment.