From 20b44232d0d689145c3f83cc91571790b12038e9 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Thu, 25 Jun 2026 14:38:58 +0530 Subject: [PATCH 1/2] Release 1.0.0b11 --- .version | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 20cdec8..eec54bd 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0b10 \ No newline at end of file +1.0.0b11 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e6ed11..c51ee9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.0.0b11](https://github.com/auth0/auth0-server-python/tree/1.0.0b11) (2026-06-25) +[Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b10...1.0.0b11) + +**Added** +- feat: Organisations support(SDK-8833) [\#114](https://github.com/auth0/auth0-server-python/pull/114) ([rmad17](https://github.com/rmad17)) +- feat: validate CTE actor token pairing and surface act claim for delegation/impersonation [\#122](https://github.com/auth0/auth0-server-python/pull/122) ([kishore7snehil](https://github.com/kishore7snehil)) + ## [1.0.0b10](https://github.com/auth0/auth0-server-python/tree/1.0.0b10) (2026-04-24) [Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b9...1.0.0b10) diff --git a/pyproject.toml b/pyproject.toml index 5079cd3..3293fc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-server-python" -version = "1.0.0b10" +version = "1.0.0b11" description = "Auth0 server-side Python SDK" readme = "README.md" authors = ["Auth0 "] From 538693b8d51c849e969a8cec8966494b170fa25f Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Thu, 25 Jun 2026 15:25:10 +0530 Subject: [PATCH 2/2] fix: remove SDK-8833 reference from Organisations support entry in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c51ee9b..34044c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ [Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b10...1.0.0b11) **Added** -- feat: Organisations support(SDK-8833) [\#114](https://github.com/auth0/auth0-server-python/pull/114) ([rmad17](https://github.com/rmad17)) +- feat: Organisations support [\#114](https://github.com/auth0/auth0-server-python/pull/114) ([rmad17](https://github.com/rmad17)) - feat: validate CTE actor token pairing and surface act claim for delegation/impersonation [\#122](https://github.com/auth0/auth0-server-python/pull/122) ([kishore7snehil](https://github.com/kishore7snehil)) ## [1.0.0b10](https://github.com/auth0/auth0-server-python/tree/1.0.0b10) (2026-04-24)