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