Skip to content

Commit 4daff5a

Browse files
Release 1.0.0b7 (#119)
1 parent a1bfa30 commit 4daff5a

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0b6
1+
1.0.0b7

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [1.0.0b7](https://github.com/auth0/auth0-fastapi/tree/1.0.0b7) (2026-04-08)
4+
[Full Changelog](https://github.com/auth0/auth0-fastapi/compare/1.0.0b6...1.0.0b7)
5+
6+
**Added**
7+
- Add Multiple Custom Domains (MCD) support [\#106](https://github.com/auth0/auth0-fastapi/pull/106) ([kishore7snehil](https://github.com/kishore7snehil))
8+
9+
**Changed**
10+
- Replace Snyk with SCA scan and bump fastapi [\#118](https://github.com/auth0/auth0-fastapi/pull/118) ([kishore7snehil](https://github.com/kishore7snehil))
11+
312
## [1.0.0b6](https://github.com/auth0/auth0-fastapi/tree/1.0.0b6) (2026-01-21)
413
[Full Changelog](https://github.com/auth0/auth0-fastapi/compare/1.0.0b5...1.0.0b6)
514

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "auth0-fastapi"
3-
version = "1.0.0.b6"
3+
version = "1.0.0b7"
44
description = "Auth0 FastAPI Python SDK"
55
readme = "README.md"
66
authors = ["Auth0 <support@auth0.com>"]

0 commit comments

Comments
 (0)