diff --git a/.version b/.version index e7e42a4b..c0be8a79 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -6.3.0 \ No newline at end of file +6.4.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d01082bb..79bc9d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [6.4.0](https://github.com/auth0/auth0-python/tree/6.4.0) (2026-09-02) +[Full Changelog](https://github.com/auth0/auth0-python/compare/6.3.0...6.4.0) + +⚠️ **Breaking Changes** +- Client `app_type` `b2b_integration` removed (configure via `b2b_integration_configuration` instead); `EventStreamCloudEventContextTenant.tenant_id` renamed to `id` [\#888](https://github.com/auth0/auth0-python/pull/888) ([fern-api[bot]](https://github.com/apps/fern-api)) + +**Added** +- Organization templates client, client B2B integration configuration, network ACL HTTP message signatures and key deletion, connection profile SCIM provisioning, OIDC/Okta pushed authorization request support, SAML `discovery_url`/`oidc_metadata`/`cross_app_access_resource_app` options, tenant `local_resource_discovery` flag, forms `server_key`, `post-credential-validation` action trigger and `consent-tenant-scopes` screen group, and `UnprocessableEntityError` for HTTP 422 [\#888](https://github.com/auth0/auth0-python/pull/888) ([fern-api[bot]](https://github.com/apps/fern-api)) + +**Fixed** +- Raw `management.connections` client now surfaces 422 errors; raw `management.connections.scim_configuration` now surfaces 409 errors; `management.users.organizations.list` docstring updated for checkpoint pagination [\#888](https://github.com/auth0/auth0-python/pull/888) ([fern-api[bot]](https://github.com/apps/fern-api)) + ## [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) diff --git a/pyproject.toml b/pyproject.toml index a92afd82..7b41b2a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "auth0-python" [tool.poetry] name = "auth0-python" -version = "6.3.0" +version = "6.4.0" description = "Auth0 Python SDK - Management and Authentication APIs" readme = "README.md" authors = ["Auth0 "]