Skip to content

Commit 90e84ef

Browse files
Release 8.16.0 (#799)
**Added** - feat: add Network ACLs management API support [\#797](#797) ([kishore7snehil](https://github.com/kishore7snehil)) **Fixed** - chore: Bump deps, remove Semgrep workflow, doc update [\#798](#798) ([kishore7snehil](https://github.com/kishore7snehil))
1 parent aca87c5 commit 90e84ef

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.15.0
1+
8.16.0

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [8.16.0](https://github.com/auth0/auth0-PHP/tree/8.16.0) (2025-09-11)
4+
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.15.0...8.16.0)
5+
6+
**Added**
7+
- feat: add Network ACLs management API support [\#797](https://github.com/auth0/auth0-PHP/pull/797) ([kishore7snehil](https://github.com/kishore7snehil))
8+
9+
**Fixed**
10+
- chore: Bump deps, remove Semgrep workflow, doc update [\#798](https://github.com/auth0/auth0-PHP/pull/798) ([kishore7snehil](https://github.com/kishore7snehil))
11+
312
## [8.15.0](https://github.com/auth0/auth0-PHP/tree/8.15.0) (2025-05-30)
413
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.14.0...8.15.0)
514

src/Auth0.php

Lines changed: 1 addition & 1 deletion
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.15.0';
24+
public const VERSION = '8.16.0';
2525

2626
/**
2727
* Authentication Client.

0 commit comments

Comments
 (0)