Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.15.0
8.16.0
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [8.16.0](https://github.com/auth0/auth0-PHP/tree/8.16.0) (2025-09-11)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.15.0...8.16.0)

**Added**
- feat: add Network ACLs management API support [\#797](https://github.com/auth0/auth0-PHP/pull/797) ([kishore7snehil](https://github.com/kishore7snehil))

**Fixed**
- chore: Bump deps, remove Semgrep workflow, doc update [\#798](https://github.com/auth0/auth0-PHP/pull/798) ([kishore7snehil](https://github.com/kishore7snehil))

## [8.15.0](https://github.com/auth0/auth0-PHP/tree/8.15.0) (2025-05-30)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.14.0...8.15.0)

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.15.0';
public const VERSION = '8.16.0';

/**
* Authentication Client.
Expand Down
Loading