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 353cc0a..a9dfac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.0.0b7](https://github.com/auth0/auth0-fastapi-api/tree/1.0.0b7) (2026-04-09) +[Full Changelog](https://github.com/auth0/auth0-fastapi-api/compare/1.0.0b6...1.0.0b7) + +**Added** +- Feat: Support For Multiple Custom Domains [\#75](https://github.com/auth0/auth0-fastapi-api/pull/75) ([kishore7snehil](https://github.com/kishore7snehil)) + ## [1.0.0b6](https://github.com/auth0/auth0-fastapi-api/tree/1.0.0b6) (2026-03-17) [Full Changelog](https://github.com/auth0/auth0-fastapi-api/compare/1.0.0b5...1.0.0b6) diff --git a/pyproject.toml b/pyproject.toml index 35279ec..e99b60a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-fastapi-api" -version = "1.0.0.b6" +version = "1.0.0b7" description = "SDK for verifying access tokens and securing APIs with Auth0, using Authlib." authors = ["Auth0 "] license = "MIT"