From 6e82ad3bec0028af31bf29aa20f340b4c70d86f0 Mon Sep 17 00:00:00 2001 From: Josh Cunningham Date: Wed, 19 Feb 2020 09:48:22 -0800 Subject: [PATCH] Release 7.1.0 --- CHANGELOG.md | 20 ++++++++++---------- src/API/Helpers/ApiClient.php | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 565559d7..10facce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src/API/Helpers/ApiClient.php b/src/API/Helpers/ApiClient.php index d5a42edb..fb447451 100644 --- a/src/API/Helpers/ApiClient.php +++ b/src/API/Helpers/ApiClient.php @@ -12,7 +12,7 @@ class ApiClient { - const API_VERSION = '7.0.0'; + const API_VERSION = '7.1.0'; /** * Flag to turn telemetry headers off.