We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160ad7f commit 5a61872Copy full SHA for 5a61872
.version
@@ -1 +1 @@
1
-1.0.0b4
+1.0.0b5
CHANGELOG.md
@@ -0,0 +1,7 @@
+# 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "auth0-fastapi"
-version = "1.0.0.b4"
+version = "1.0.0.b5"
description = "Auth0 FastAPI Python SDK"
readme = "README.md"
authors = ["Auth0 <[email protected]>"]
0 commit comments