From cc06e329a09b7c5db4292bc4072d9ff1e19343dd Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Fri, 6 Feb 2026 18:13:28 +0530 Subject: [PATCH] Release 1.0.0b8 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 66b738a..0772197 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0b7 \ No newline at end of file +1.0.0b8 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e55416..96023bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [1.0.0b8](https://github.com/auth0/auth0-server-python/tree/1.0.0b8) (2026-02-06) +[Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b7...1.0.0b8) + +**Added** +- feat: Add Custom Token Exchange support [\#70](https://github.com/auth0/auth0-server-python/pull/70) ([subhankarmaiti](https://github.com/subhankarmaiti)) + +- feat: FGI-1575 Add ability to manage a users connected accounts [\#60](https://github.com/auth0/auth0-server-python/pull/60) ([sam-muncke](https://github.com/sam-muncke)) + ## [1.0.0.b7](https://github.com/auth0/auth0-server-python/tree/1.0.0b7) (2026-01-06) [Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b6...1.0.0b7) diff --git a/pyproject.toml b/pyproject.toml index 3253b3b..2a0f11a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-server-python" -version = "1.0.0.b7" +version = "1.0.0.b8" description = "Auth0 server-side Python SDK" readme = "README.md" authors = ["Auth0 "]