From cea8782485a637c0fd7ce72d471c9f35201087b1 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Wed, 8 Apr 2026 22:56:20 +0530 Subject: [PATCH] Release 1.0.0b7 --- .version | 2 +- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) 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 "]