Skip to content

Commit 8c4aba4

Browse files
authored
Release 8.0.4 (#590)
1 parent 61518d9 commit 8c4aba4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# CHANGELOG
22

3+
## [8.0.4](https://github.com/auth0/auth0-PHP/tree/8.0.4) (2021-12-13)
4+
5+
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.0.3...8.0.4)
6+
7+
**Fixed**
8+
9+
- Require `domain` configuration for `management` strategy [#589](https://github.com/auth0/auth0-PHP/pull/589) ([evansims](https://github.com/evansims))
10+
11+
**Documentation**
12+
- 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))
13+
- 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))
14+
15+
**Tests**
16+
17+
- Add Semgrep to test suite [#588](https://github.com/auth0/auth0-PHP/pull/588) ([evansims](https://github.com/evansims))
18+
- 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))
19+
- Fix warnings introduced in new Psalm update [#586](https://github.com/auth0/auth0-PHP/pull/586) ([evansims](https://github.com/evansims))
20+
321
## [8.0.3](https://github.com/auth0/auth0-PHP/tree/8.0.3) (2021-11-01)
422

523
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.0.2...8.0.1)

src/Auth0.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323
final class Auth0 implements Auth0Interface
2424
{
25-
public const VERSION = '8.0.3';
25+
public const VERSION = '8.0.4';
2626

2727
/**
2828
* Instance of SdkConfiguration, for shared configuration across classes.

0 commit comments

Comments
 (0)