Skip to content

Commit 5a61872

Browse files
Release 1.0.0b5 (#72)
1 parent 160ad7f commit 5a61872

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.version

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Change Log
2+
3+
## [1.0.0.b5](https://github.com/auth0/auth0-fastapi/tree/1.0.0.b5) (2025-11-18)
4+
[Full Changelog](https://github.com/auth0/auth0-fastapi/compare/1.0.0b4...1.0.0.b5)
5+
6+
**Added**
7+
- feature: FGI-1574 add connected account support [\#67](https://github.com/auth0/auth0-fastapi/pull/67) ([sam-muncke](https://github.com/sam-muncke))

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.b4"
3+
version = "1.0.0.b5"
44
description = "Auth0 FastAPI Python SDK"
55
readme = "README.md"
66
authors = ["Auth0 <[email protected]>"]

0 commit comments

Comments
 (0)