Skip to content

Commit

Permalink
Release 8.2.1 (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Jun 7, 2022
1 parent 6bdb079 commit c6a628f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## [8.2.1](https://github.com/auth0/auth0-PHP/tree/8.2.1) (2022-06-06)

[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.2.0..8.2.1)

**Fixed**

- Fixed an issue in `Auth0\SDK\Configuration\SdkConfiguration` where `customDomain` was not properly formatted in some configurations, leading to inconsistencies in certain SDK functions, such as Token validation. `customDomain` is now formatted identically to `domain`. [#633](https://github.com/auth0/auth0-PHP/pull/633) ([evansims](https://github.com/evansims))

**Closed Issues**

- Resolves [#630](https://github.com/auth0/auth0-PHP/issues/630) ([barasimumatik](https://github.com/barasimumatik))

## [8.2.0](https://github.com/auth0/auth0-PHP/tree/8.2.0) (2022-04-25)

[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.1.0..8.2.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.2.0';
public const VERSION = '8.2.1';

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

0 comments on commit c6a628f

Please sign in to comment.