From f918f7087e015b0655c5f53e7ea4cbee0d079181 Mon Sep 17 00:00:00 2001 From: Sourav Basu Date: Tue, 21 Jul 2026 15:08:17 +0530 Subject: [PATCH] Release version updates --- .version | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.version b/.version index d814e98..80a9fba 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0b12 +1.0.0b13 diff --git a/CHANGELOG.md b/CHANGELOG.md index eed0f5f..8814430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [1.0.0b13](https://github.com/auth0/auth0-server-python/tree/1.0.0b13) (2026-07-21) +[Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b12...1.0.0b13) + +**Added** +- feat: passkey support in signup, signin along with MFA [\#135](https://github.com/auth0/auth0-server-python/pull/135) ([rmad17](https://github.com/rmad17)) +- feat: support for MyAccount API - Authentication Methods, Factors and Enrollment [\#136](https://github.com/auth0/auth0-server-python/pull/136) ([rmad17](https://github.com/rmad17)) +- feat: dpop sender-constrained tokens support for MyAccount API and passkey [\#137](https://github.com/auth0/auth0-server-python/pull/137) ([rmad17](https://github.com/rmad17)) + ## [1.0.0b12](https://github.com/auth0/auth0-server-python/tree/1.0.0b12) (2026-07-01) [Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b11...1.0.0b12) diff --git a/pyproject.toml b/pyproject.toml index bf82628..5a55184 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-server-python" -version = "1.0.0b12" +version = "1.0.0b13" description = "Auth0 server-side Python SDK" readme = "README.md" authors = ["Auth0 "]