From b379f37fecb90f6c3466cec159cd00e45aa7c90a Mon Sep 17 00:00:00 2001 From: Sourav Basu Date: Wed, 29 Jul 2026 16:00:46 +0530 Subject: [PATCH 1/2] Release PR for 1.0.0b9 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 0772197..6f2bc5c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0b8 \ No newline at end of file +1.0.0b9 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f4505..deae495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [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) + +**Added** +- feat: support custom token exchange [\#141](https://github.com/auth0/auth0-fastapi/pull/141) ([rmad17](https://github.com/rmad17)) +**Changed** +- chore: updated dependencies latest version [\#147](https://github.com/auth0/auth0-fastapi/pull/147) ([rmad17](https://github.com/rmad17)) + ## [1.0.0b8](https://github.com/auth0/auth0-fastapi/tree/1.0.0b8) (2026-07-08) [Full Changelog](https://github.com/auth0/auth0-fastapi/compare/1.0.0b7...1.0.0b8) diff --git a/pyproject.toml b/pyproject.toml index 1f391fc..9991a8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-fastapi" -version = "1.0.0b8" +version = "1.0.0b9" description = "Auth0 FastAPI Python SDK" readme = "README.md" authors = ["Auth0 "] From 992adc669fb6b886996662b7fec5876a1e76b858 Mon Sep 17 00:00:00 2001 From: Sourav Basu Date: Wed, 29 Jul 2026 16:02:56 +0530 Subject: [PATCH 2/2] Corrected spacing in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index deae495..4bb87cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ **Added** - feat: support custom token exchange [\#141](https://github.com/auth0/auth0-fastapi/pull/141) ([rmad17](https://github.com/rmad17)) + **Changed** - chore: updated dependencies latest version [\#147](https://github.com/auth0/auth0-fastapi/pull/147) ([rmad17](https://github.com/rmad17))