Skip to content

Commit

Permalink
Release 8.8.0 (#735)
Browse files Browse the repository at this point in the history
### 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)
  • Loading branch information
evansims authored Oct 18, 2023
1 parent a4e098b commit ef7634a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [8.8.0](https://github.com/auth0/auth0-PHP/tree/8.8.0) - 2023-10-18

### Added

- 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)

### Fixed

- Token generator typo in claim header. [#729](https://github.com/auth0/auth0-PHP/pull/729)

### Changed

- `composer.json` now identifies `mbstring` as a required extension. [#730](https://github.com/auth0/auth0-PHP/pull/730)
- PHP 8.3 nightlies have been added to the continuous integration testing matrix. [#733](https://github.com/auth0/auth0-PHP/pull/733)

## [8.7.1](https://github.com/auth0/auth0-PHP/tree/8.7.1) - 2023-08-06

**Fixed**
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.7.1';
public const VERSION = '8.8.0';

/**
* Authentication Client.
Expand Down

0 comments on commit ef7634a

Please sign in to comment.