From 6963ad1e93c7842939c63013389295af7da2e32e Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Thu, 6 Aug 2026 19:29:21 +0530 Subject: [PATCH 1/2] Release 1.0.0b10 --- .version | 2 +- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 6f2bc5c..20cdec8 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0b9 \ No newline at end of file +1.0.0b10 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb87cb..1d3649e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.0.0b10](https://github.com/auth0/auth0-fastapi/tree/1.0.0b10) (2026-08-06) +[Full Changelog](https://github.com/auth0/auth0-fastapi/compare/1.0.0b9...1.0.0b10) + +**Added** +- feat: add Session Transfer Token support for CTE impersonation via session transfer [\#153](https://github.com/auth0/auth0-fastapi/pull/153) ([kishore7snehil](https://github.com/kishore7snehil)) + ## [1.0.0b9](https://github.com/auth0/auth0-fastapi/tree/1.0.0b9) (2026-07-29) [Full Changelog](https://github.com/auth0/auth0-fastapi/compare/1.0.0b8...1.0.0b9) diff --git a/pyproject.toml b/pyproject.toml index 14a5875..665d52a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-fastapi" -version = "1.0.0b9" +version = "1.0.0b10" description = "Auth0 FastAPI Python SDK" readme = "README.md" authors = ["Auth0 "] From 191bda4e3fff247e16a69a7c9f7978a45083c9d9 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Thu, 6 Aug 2026 20:08:57 +0530 Subject: [PATCH 2/2] chore: trigger CI