From e701c271b7b3a8a768adb16fdd43cdca41dee283 Mon Sep 17 00:00:00 2001 From: Sourav Basu Date: Wed, 19 Aug 2026 18:26:59 +0530 Subject: [PATCH 1/2] Release changes --- .version | 2 +- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 4ac4fded..e7e42a4b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -6.2.0 \ No newline at end of file +6.3.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f052acf7..da735265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [6.3.0](https://github.com/auth0/auth0-python/tree/6.3.0) (2026-08-19) +[Full Changelog](https://github.com/auth0/auth0-python/compare/6.2.0...6.3.0) + +**Added** +- feat: Add My Organization client access control, Connection Profile Cross-App Access support, Network ACL keys management, and OIDC space-delimited scope support [\#886](https://github.com/auth0/auth0-python/pull/886) ([fern-api[bot]](https://github.com/apps/fern-api)) + +**Fixed** +- fix: `management.forms`/`management.flows` raw clients now surface `400`/`404`/`409` errors instead of unhandled responses, corrected docstring field name in `management.clients` [\#886](https://github.com/auth0/auth0-python/pull/886) ([fern-api[bot]](https://github.com/apps/fern-api)) + ## [6.2.0](https://github.com/auth0/auth0-python/tree/6.2.0) (2026-08-05) [Full Changelog](https://github.com/auth0/auth0-python/compare/6.1.0...6.2.0) diff --git a/pyproject.toml b/pyproject.toml index d0d956bc..a92afd82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "auth0-python" [tool.poetry] name = "auth0-python" -version = "6.2.0" +version = "6.3.0" description = "Auth0 Python SDK - Management and Authentication APIs" readme = "README.md" authors = ["Auth0 "] From ec02539fe371bc492c0674e42187c978f9fd7715 Mon Sep 17 00:00:00 2001 From: Sourav Basu Date: Wed, 19 Aug 2026 18:42:46 +0530 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da735265..d01082bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - feat: Add My Organization client access control, Connection Profile Cross-App Access support, Network ACL keys management, and OIDC space-delimited scope support [\#886](https://github.com/auth0/auth0-python/pull/886) ([fern-api[bot]](https://github.com/apps/fern-api)) **Fixed** -- fix: `management.forms`/`management.flows` raw clients now surface `400`/`404`/`409` errors instead of unhandled responses, corrected docstring field name in `management.clients` [\#886](https://github.com/auth0/auth0-python/pull/886) ([fern-api[bot]](https://github.com/apps/fern-api)) +- fix: Raw clients for forms and flows now surface additional error responses instead of failing unhandled, corrected a docstring field name [\#886](https://github.com/auth0/auth0-python/pull/886) ([fern-api[bot]](https://github.com/apps/fern-api)) ## [6.2.0](https://github.com/auth0/auth0-python/tree/6.2.0) (2026-08-05) [Full Changelog](https://github.com/auth0/auth0-python/compare/6.1.0...6.2.0)