Skip to content

Commit

Permalink
Release 8.3.5 (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Oct 21, 2022
1 parent e727a9b commit a62782c
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.5](https://github.com/auth0/auth0-PHP/tree/8.3.5) (2022-10-21)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.3.4...8.3.5)

**Fixed**
- [SDK-3722] Fix: Stateless strategies should not invoke stateful session classes [\#662](https://github.com/auth0/auth0-PHP/pull/662) ([evansims](https://github.com/evansims))

## [8.3.4](https://github.com/auth0/auth0-PHP/tree/8.3.4) (2022-10-19)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.3.3...8.3.4)

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.4';
public const VERSION = '8.3.5';

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

0 comments on commit a62782c

Please sign in to comment.