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 "]