Skip to content

Commit

Permalink
Release 8.3.4 (#660)
Browse files Browse the repository at this point in the history
* Bump version

* Update CHANGELOG.md
  • Loading branch information
evansims authored Oct 20, 2022
1 parent 66906e4 commit 7e76475
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.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)

**Fixed**
- Fix `SdkConfiguration::setScope()` not assigning default values when an empty array is passed [\#659](https://github.com/auth0/auth0-PHP/pull/659) ([evansims](https://github.com/evansims))

## [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)

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.3';
public const VERSION = '8.3.4';

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

0 comments on commit 7e76475

Please sign in to comment.