diff --git a/.version b/.version index 7d70f13..66b738a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0b6 \ No newline at end of file +1.0.0b7 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e22e1f..ea2c9a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [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) + +**Added** +- Add Multiple Custom Domains (MCD) support [\#106](https://github.com/auth0/auth0-fastapi/pull/106) ([kishore7snehil](https://github.com/kishore7snehil)) + +**Changed** +- Replace Snyk with SCA scan and bump fastapi [\#118](https://github.com/auth0/auth0-fastapi/pull/118) ([kishore7snehil](https://github.com/kishore7snehil)) + ## [1.0.0b6](https://github.com/auth0/auth0-fastapi/tree/1.0.0b6) (2026-01-21) [Full Changelog](https://github.com/auth0/auth0-fastapi/compare/1.0.0b5...1.0.0b6) diff --git a/pyproject.toml b/pyproject.toml index 3b5907f..9753546 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-fastapi" -version = "1.0.0.b6" +version = "1.0.0b7" description = "Auth0 FastAPI Python SDK" readme = "README.md" authors = ["Auth0 "]