From 3ac3c4a16cf917f0928e606a4bf86fb95f4d7163 Mon Sep 17 00:00:00 2001 From: Sourav Basu Date: Mon, 11 May 2026 16:06:38 +0530 Subject: [PATCH] Release changes for v1.0.0b8 --- .version | 2 +- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 66b738a..4c5c64a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0b7 \ No newline at end of file +1.0.0b8 diff --git a/CHANGELOG.md b/CHANGELOG.md index ea2c9a2..e4034a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.0.0b8](https://github.com/auth0/auth0-fastapi/tree/1.0.0b8) (2026-05-11) +[Full Changelog](https://github.com/auth0/auth0-fastapi/compare/1.0.0b7...1.0.0b8) + +**Changed** +- Updated poetry.lock for auth0-server-python, authlib and other dependencies [\#127](https://github.com/auth0/auth0-fastapi/pull/127) ([rmad17](https://github.com/rmad17)) + ## [1.0.0b7](https://github.com/auth0/auth0-fastapi/tree/1.0.0b7) (2026-04-08) [Full Changelog](https://github.com/auth0/auth0-fastapi/compare/1.0.0b6...1.0.0b7) diff --git a/pyproject.toml b/pyproject.toml index 9753546..d3f689b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-fastapi" -version = "1.0.0b7" +version = "1.0.0b8" description = "Auth0 FastAPI Python SDK" readme = "README.md" authors = ["Auth0 "]