Skip to content

Commit 610a029

Browse files
authored
Merge branch 'main' into feat/cte-stt-support
2 parents a070d41 + f6b54e8 commit 610a029

3 files changed

Lines changed: 10 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.0b12
1+
1.0.0b13

CHANGELOG.md

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

3+
## [1.0.0b13](https://github.com/auth0/auth0-server-python/tree/1.0.0b13) (2026-07-21)
4+
[Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b12...1.0.0b13)
5+
6+
**Added**
7+
- feat: passkey support in signup, signin along with MFA [\#135](https://github.com/auth0/auth0-server-python/pull/135) ([rmad17](https://github.com/rmad17))
8+
- 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))
9+
- 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))
10+
311
## [1.0.0b12](https://github.com/auth0/auth0-server-python/tree/1.0.0b12) (2026-07-01)
412
[Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b11...1.0.0b12)
513

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-server-python"
3-
version = "1.0.0b12"
3+
version = "1.0.0b13"
44
description = "Auth0 server-side Python SDK"
55
readme = "README.md"
66
authors = ["Auth0 <support@okta.com>"]

0 commit comments

Comments
 (0)