From 23e1222613200dad17d628eab882c1ac8d0f1981 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Tue, 18 Nov 2025 20:48:03 +0530 Subject: [PATCH] Release 1.0.0b5 --- .version | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.version b/.version index 072582d..69127db 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0b4 \ No newline at end of file +1.0.0b5 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d97af37 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Change Log + +## [1.0.0.b5](https://github.com/auth0/auth0-fastapi/tree/1.0.0.b5) (2025-11-18) +[Full Changelog](https://github.com/auth0/auth0-fastapi/compare/1.0.0b4...1.0.0.b5) + +**Added** +- feature: FGI-1574 add connected account support [\#67](https://github.com/auth0/auth0-fastapi/pull/67) ([sam-muncke](https://github.com/sam-muncke)) \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 904a557..ed54bec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-fastapi" -version = "1.0.0.b4" +version = "1.0.0.b5" description = "Auth0 FastAPI Python SDK" readme = "README.md" authors = ["Auth0 "]