From 6eac780a514c3cb381c52f3b5dc1eafccd5f7c65 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Fri, 24 Apr 2026 17:33:14 +0530 Subject: [PATCH] Release 1.0.0b10 --- .version | 2 +- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 6f2bc5c..20cdec8 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0b9 \ No newline at end of file +1.0.0b10 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f92391c..4e6ed11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index d659615..5079cd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]