Skip to content

Commit

Permalink
Release 8.7.0 (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Jul 21, 2023
1 parent 130de08 commit a3ebfb6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ body:
label: SDK Version
description: What version of our SDK are you running? (`composer show | grep auth0/auth0-php`)
options:
- 8.7
- 8.6
- 8.5
- 8.4
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [8.7.0](https://github.com/auth0/auth0-PHP/tree/8.7.0) - 2023-07-20

**Added**

- Organization Name support added for Authentication API and token handling ¹ ([#719](https://github.com/auth0/auth0-PHP/pull/719))

> **Note**
> ¹ To use this feature, an Auth0 tenant must have support for it enabled. This feature is not yet available to all tenants.
## [8.6.0](https://github.com/auth0/auth0-PHP/tree/8.6.0) - 2023-05-02

**Added**
Expand All @@ -11,7 +20,8 @@
- `Auth0\SDK\Configuration\SdkConfiguration` has been updated to accept a `pushedAuthorizationRequest` boolean to enable this feature.
- `Auth0\SDK\Auth0::isAuthenticated()` has been added as a shortcut method. It is an alias for `getCredentials() !== null`.

¹ **Note:** To use this feature, an Auth0 tenant must have support for it enabled. This feature is not yet available to all tenants.
> **Note**
> ¹ To use this feature, an Auth0 tenant must have support for it enabled. This feature is not yet available to all tenants.
## [8.5.0](https://github.com/auth0/auth0-PHP/tree/8.5.0) - 2023-03-27

Expand Down
2 changes: 1 addition & 1 deletion src/Auth0.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class Auth0 implements Auth0Interface
/**
* @var string
*/
public const VERSION = '8.6.0';
public const VERSION = '8.7.0';

/**
* Authentication Client.
Expand Down

0 comments on commit a3ebfb6

Please sign in to comment.