From bd957984b86bc5ec4dc5989c23ccb8e0f7b12f7d Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Thu, 11 Sep 2025 14:13:58 +0530 Subject: [PATCH] Release 4.11.0 --- .version | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.version b/.version index 1910ba9d..91f3b438 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -4.10.0 \ No newline at end of file +4.11.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 76b3118a..e6cf6465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [4.11.0](https://github.com/auth0/auth0-python/tree/4.11.0) (2025-09-11) +[Full Changelog](https://github.com/auth0/auth0-python/compare/4.10.0...4.11.0) + +**Added** +- feat: Support For Network ACL Endpoints [\#706](https://github.com/auth0/auth0-python/pull/706) ([kishore7snehil](https://github.com/kishore7snehil)) + +**Fixed** +- chore: fix workflow syntax errors and update dependencies [\#724](https://github.com/auth0/auth0-python/pull/724) ([kishore7snehil](https://github.com/kishore7snehil)) + ## [4.10.0](https://github.com/auth0/auth0-python/tree/4.10.0) (2025-06-05) [Full Changelog](https://github.com/auth0/auth0-python/compare/4.9.0...4.10.0)