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..34044c0 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 [\#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 "]