Skip to content

Commit

Permalink
Release 8.3.1 (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Sep 26, 2022
1 parent 9d011ac commit 848c702
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [8.3.1](https://github.com/auth0/auth0-PHP/tree/8.3.1) (2022-09-24)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.3.0...8.3.1)

**Changed**
- [SDK-3647] Add PHP 8.2.0-dev to test matrix [\#650](https://github.com/auth0/auth0-PHP/pull/650) ([evansims](https://github.com/evansims))

**Fixed**
- [SDK-3646] Reliability and performance improvements to CookieStore [\#649](https://github.com/auth0/auth0-PHP/pull/649) ([evansims](https://github.com/evansims))

## [8.3.0](https://github.com/auth0/auth0-PHP/tree/8.3.0) (2022-09-22)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.2.1...8.3.0)

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

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

0 comments on commit 848c702

Please sign in to comment.