From f2c5fad087f0a4dd2ac0a2b8b4ba3ec92117d640 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Thu, 11 Sep 2025 15:28:56 +0530 Subject: [PATCH] Release 8.16.0 --- .version | 2 +- CHANGELOG.md | 9 +++++++++ src/Auth0.php | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.version b/.version index f3302102..894aa0bc 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -8.15.0 +8.16.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f789a6..b427b20b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src/Auth0.php b/src/Auth0.php index 7db7bc0e..b5a079a9 100644 --- a/src/Auth0.php +++ b/src/Auth0.php @@ -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.