diff --git a/.version b/.version index 072582d..69127db 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0b4 \ No newline at end of file +1.0.0b5 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d97af37 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Change Log + +## [1.0.0.b5](https://github.com/auth0/auth0-fastapi/tree/1.0.0.b5) (2025-11-18) +[Full Changelog](https://github.com/auth0/auth0-fastapi/compare/1.0.0b4...1.0.0.b5) + +**Added** +- feature: FGI-1574 add connected account support [\#67](https://github.com/auth0/auth0-fastapi/pull/67) ([sam-muncke](https://github.com/sam-muncke)) \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 904a557..ed54bec 100644 --- a/pyproject.toml +++ b/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 "]