Skip to content

Commit

Permalink
Release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Feb 19, 2020
1 parent 5609f94 commit 6e82ad3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# CHANGELOG

## [5.7.0](https://github.com/auth0/auth0-PHP/tree/5.7.0) (2019-12-09)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/5.6.0...5.7.0)

**Added**
- Add default scopes to Auth0 class [\#406](https://github.com/auth0/auth0-PHP/pull/406) ([joshcanhelp](https://github.com/joshcanhelp))
- fix: add missing options for renewTokens method [\#405](https://github.com/auth0/auth0-PHP/pull/405) ([bkotrys](https://github.com/bkotrys))
## [7.1.0](https://github.com/auth0/auth0-PHP/tree/7.1.0) (2020-02-19)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/7.0.0...7.1.0)

**Deprecated**
- Add deprecation notices for removals in v7 major release [\#407](https://github.com/auth0/auth0-PHP/pull/407) ([joshcanhelp](https://github.com/joshcanhelp))
**Closed issues**
- Authorized Party (azp) claim mismatch in the ID token [\#422](https://github.com/auth0/auth0-PHP/issues/422)
- JWTVerifier alternatives [\#419](https://github.com/auth0/auth0-PHP/issues/419)
- Consider to customize the jwks path [\#417](https://github.com/auth0/auth0-PHP/issues/417)

**Fixed**
- Fix mkdir race condition in FileSystemCacheHandler [\#375](https://github.com/auth0/auth0-PHP/pull/375) ([B-Galati](https://github.com/B-Galati))
**Added**
- Add TokenVerifier for non-OIDC-compliant JWTs [\#428](https://github.com/auth0/auth0-PHP/pull/428) ([joshcanhelp](https://github.com/joshcanhelp))
- Add signing key rotation and custom JWKS URI support [\#426](https://github.com/auth0/auth0-PHP/pull/426) ([joshcanhelp](https://github.com/joshcanhelp))
- Add Client ID to verification email method [\#423](https://github.com/auth0/auth0-PHP/pull/423) ([joshcanhelp](https://github.com/joshcanhelp))

## [7.0.0](https://github.com/auth0/auth0-PHP/tree/7.0.0) (2020-01-15)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/5.7.0...7.0.0)
Expand Down
2 changes: 1 addition & 1 deletion src/API/Helpers/ApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class ApiClient
{

const API_VERSION = '7.0.0';
const API_VERSION = '7.1.0';

/**
* Flag to turn telemetry headers off.
Expand Down

0 comments on commit 6e82ad3

Please sign in to comment.