Skip to content

Commit ef7634a

Browse files
author
Evan Sims
authored
Release 8.8.0 (#735)
### Added - Support `initiate_login_uri` property for `PATCH` requests to the `/api/v2/clients/:id` Management API endpoint. [#732](#732) ### Fixed - Token generator typo in claim header. [#729](#729) ### Changed - `composer.json` now identifies `mbstring` as a required extension. [#730](#730) - PHP 8.3 nightlies have been added to the continuous integration testing matrix. [#733](#733)
1 parent a4e098b commit ef7634a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [8.8.0](https://github.com/auth0/auth0-PHP/tree/8.8.0) - 2023-10-18
4+
5+
### Added
6+
7+
- Support `initiate_login_uri` property for `PATCH` requests to the `/api/v2/clients/:id` Management API endpoint. [#732](https://github.com/auth0/auth0-PHP/pull/732)
8+
9+
### Fixed
10+
11+
- Token generator typo in claim header. [#729](https://github.com/auth0/auth0-PHP/pull/729)
12+
13+
### Changed
14+
15+
- `composer.json` now identifies `mbstring` as a required extension. [#730](https://github.com/auth0/auth0-PHP/pull/730)
16+
- PHP 8.3 nightlies have been added to the continuous integration testing matrix. [#733](https://github.com/auth0/auth0-PHP/pull/733)
17+
318
## [8.7.1](https://github.com/auth0/auth0-PHP/tree/8.7.1) - 2023-08-06
419

520
**Fixed**

Diff for: src/Auth0.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class Auth0 implements Auth0Interface
2121
/**
2222
* @var string
2323
*/
24-
public const VERSION = '8.7.1';
24+
public const VERSION = '8.8.0';
2525

2626
/**
2727
* Authentication Client.

0 commit comments

Comments
 (0)