Skip to content

Commit

Permalink
Release 8.3.8 (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Nov 29, 2022
1 parent 7a2cee4 commit 203c769
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.3.8](https://github.com/auth0/auth0-PHP/tree/8.3.8) (2022-11-28)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.3.7...8.3.8)

**Fixed**
- fix: Always store provided state in transient medium [\#674](https://github.com/auth0/auth0-PHP/pull/674) ([evansims](https://github.com/evansims))

## [8.3.7](https://github.com/auth0/auth0-PHP/tree/8.3.7) (2022-11-07)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.3.6...8.3.7)

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

/**
* Instance of SdkConfiguration, for shared configuration across classes.
Expand Down

0 comments on commit 203c769

Please sign in to comment.