Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0b9
1.0.0b10
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [1.0.0b10](https://github.com/auth0/auth0-server-python/tree/1.0.0b10) (2026-04-24)
[Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b9...1.0.0b10)

**Added**
- feat: Add MFA (Multi-Factor Authentication) API support [\#79](https://github.com/auth0/auth0-server-python/pull/79) ([subhankarmaiti](https://github.com/subhankarmaiti))
- feat: add Auth0-Client telemetry header [\#103](https://github.com/auth0/auth0-server-python/pull/103) ([kishore7snehil](https://github.com/kishore7snehil))

**Fixed**
- 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))

## [1.0.0b9](https://github.com/auth0/auth0-server-python/tree/1.0.0b9) (2026-04-08)
[Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b8...1.0.0b9)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "auth0-server-python"
version = "1.0.0b9"
version = "1.0.0b10"
description = "Auth0 server-side Python SDK"
readme = "README.md"
authors = ["Auth0 <support@okta.com>"]
Expand Down
Loading