diff --git a/.version b/.version index 358e78e6..4ac4fded 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -6.1.0 \ No newline at end of file +6.2.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a38aed..f052acf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [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) + +**Added** +- feat: Add agents management, organization-client associations, organization-level roles (groups/members), network ACL keys, and directory provisioning group sync selections [\#881](https://github.com/auth0/auth0-python/pull/881) ([fern-api[bot]](https://github.com/apps/fern-api)) + +**Fixed** +- fix: `EventStreamCloudEvent.data` now deserializes as its actual object shape (`Dict[str, Any]`) instead of an opaque JSON-encoded string that callers had to `json.loads()` themselves. [\#881](https://github.com/auth0/auth0-python/pull/881) ([fern-api[bot]](https://github.com/apps/fern-api)) + ## [6.1.0](https://github.com/auth0/auth0-python/tree/6.1.0) (2026-07-22) [Full Changelog](https://github.com/auth0/auth0-python/compare/6.0.0...6.1.0) diff --git a/pyproject.toml b/pyproject.toml index 362d0cb7..d0d956bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "auth0-python" [tool.poetry] name = "auth0-python" -version = "6.1.0" +version = "6.2.0" description = "Auth0 Python SDK - Management and Authentication APIs" readme = "README.md" authors = ["Auth0 "]