Skip to content

Commit 7a04fb8

Browse files
Release 1.0.0b10 (#106)
1 parent 1c7cf34 commit 7a04fb8

3 files changed

Lines changed: 12 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.0b9
1+
1.0.0b10

CHANGELOG.md

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

3+
## [1.0.0b10](https://github.com/auth0/auth0-server-python/tree/1.0.0b10) (2026-04-24)
4+
[Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b9...1.0.0b10)
5+
6+
**Added**
7+
- feat: Add MFA (Multi-Factor Authentication) API support [\#79](https://github.com/auth0/auth0-server-python/pull/79) ([subhankarmaiti](https://github.com/subhankarmaiti))
8+
- feat: add Auth0-Client telemetry header [\#103](https://github.com/auth0/auth0-server-python/pull/103) ([kishore7snehil](https://github.com/kishore7snehil))
9+
10+
**Fixed**
11+
- fix: Make MfaRequiredError extend AccessTokenError and privatize encrypt_mfa_token [\#104](https://github.com/auth0/auth0-server-python/pull/104) ([kishore7snehil](https://github.com/kishore7snehil))
12+
313
## [1.0.0b9](https://github.com/auth0/auth0-server-python/tree/1.0.0b9) (2026-04-08)
414
[Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b8...1.0.0b9)
515

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

0 commit comments

Comments
 (0)