Skip to content

Commit

Permalink
Release 8.3.3 (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Oct 20, 2022
1 parent 9333bea commit 2419cbf
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.3](https://github.com/auth0/auth0-PHP/tree/8.3.3) (2022-10-19)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.3.2...8.3.3)

**Fixed**
- Configuration validator improvements [\#657](https://github.com/auth0/auth0-PHP/pull/657) ([evansims](https://github.com/evansims))

## [8.3.2](https://github.com/auth0/auth0-PHP/tree/8.3.2) (2022-10-18)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.3.1...8.3.2)

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.2';
public const VERSION = '8.3.3';

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

0 comments on commit 2419cbf

Please sign in to comment.