diff --git a/.version b/.version index f4965a31..358e78e6 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -6.0.0 \ No newline at end of file +6.1.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 70b03299..09a38aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [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) + +**Added** +- feat: Cross App Access (ID-JAG), branding theme identifiers, Self-Service Enterprise Configuration third-party client access, session actor [\#877](https://github.com/auth0/auth0-python/pull/877) ([fern-api[bot]](https://github.com/apps/fern-api)) + + ## [6.0.0](https://github.com/auth0/auth0-python/tree/6.0.0) (2026-07-15) [Full Changelog](https://github.com/auth0/auth0-python/compare/5.8.0...6.0.0) diff --git a/pyproject.toml b/pyproject.toml index 8c937281..362d0cb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "auth0-python" [tool.poetry] name = "auth0-python" -version = "6.0.0" +version = "6.1.0" description = "Auth0 Python SDK - Management and Authentication APIs" readme = "README.md" authors = ["Auth0 "]