From 7feaa8de736cbff9c259d3211f9529581930b21b Mon Sep 17 00:00:00 2001 From: Sourav Basu Date: Thu, 17 Sep 2026 15:39:07 +0530 Subject: [PATCH] Release v6.6.0 --- .version | 2 +- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.version b/.version index f22d756d..826f5ce0 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -6.5.0 +6.6.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 031c2f6f..fa0b26e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [6.6.0](https://github.com/auth0/auth0-python/tree/6.6.0) (2026-09-17) +[Full Changelog](https://github.com/auth0/auth0-python/compare/6.5.0...6.6.0) + +**Added** +- Organization connection member access level, resource server access token configuration, and client My Organization enforcement settings [\#892](https://github.com/auth0/auth0-python/pull/892) ([fern-api[bot]](https://github.com/apps/fern-api)) + ## [6.5.0](https://github.com/auth0/auth0-python/tree/6.5.0) (2026-09-11) [Full Changelog](https://github.com/auth0/auth0-python/compare/6.4.0...6.5.0) diff --git a/pyproject.toml b/pyproject.toml index 182b882c..0d9b76ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "auth0-python" [tool.poetry] name = "auth0-python" -version = "6.5.0" +version = "6.6.0" description = "Auth0 Python SDK - Management and Authentication APIs" readme = "README.md" authors = ["Auth0 "]