Skip to content

Commit

Permalink
Release 8.0.4 (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Dec 13, 2021
1 parent 61518d9 commit 8c4aba4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# CHANGELOG

## [8.0.4](https://github.com/auth0/auth0-PHP/tree/8.0.4) (2021-12-13)

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

**Fixed**

- Require `domain` configuration for `management` strategy [#589](https://github.com/auth0/auth0-PHP/pull/589) ([evansims](https://github.com/evansims))

**Documentation**
- Update UPGRADE.md with additional notes about `Auth0::login()` changes from v7. [#585](https://github.com/auth0/auth0-PHP/pull/585) ([BGehrels](https://github.com/BGehrels))
- Update UPGRADE.md with additional notes about `Auth0::exchange()` changes from v7. [#584](https://github.com/auth0/auth0-PHP/pull/584) ([BGehrels](https://github.com/BGehrels))

**Tests**

- Add Semgrep to test suite [#588](https://github.com/auth0/auth0-PHP/pull/588) ([evansims](https://github.com/evansims))
- Upgrade test suite to use 8.1 GA (up from RC builds) [#587](https://github.com/auth0/auth0-PHP/pull/587) ([evansims](https://github.com/evansims))
- Fix warnings introduced in new Psalm update [#586](https://github.com/auth0/auth0-PHP/pull/586) ([evansims](https://github.com/evansims))

## [8.0.3](https://github.com/auth0/auth0-PHP/tree/8.0.3) (2021-11-01)

[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.0.2...8.0.1)
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.3';
public const VERSION = '8.0.4';

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

0 comments on commit 8c4aba4

Please sign in to comment.