Skip to content

Commit

Permalink
Release 8.0.6 (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Jan 25, 2022
1 parent 3797004 commit 21abc95
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CHANGELOG

## [8.0.5](https://github.com/auth0/auth0-PHP/tree/8.0.4) (2022-01-04)
## [8.0.6](https://github.com/auth0/auth0-PHP/tree/8.0.6) (2022-01-25)

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

**Fixed**

- Auth0->renew(): now correctly updates all appropriate session details after a successful token refresh [#593](https://github.com/auth0/auth0-PHP/pull/593) ([evansims](https://github.com/evansims))

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

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

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.0.5';
public const VERSION = '8.0.6';

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

0 comments on commit 21abc95

Please sign in to comment.