From 24006833851b8afb3ba42b1232ee2eaab3230934 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Tue, 18 Nov 2025 19:04:22 +0530 Subject: [PATCH 1/2] Release 1.0.0b6 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 69127db..7d70f13 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0b5 \ No newline at end of file +1.0.0b6 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a3bd6c2..02e8bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [1.0.0.b6](https://github.com/auth0/auth0-server-python/tree/1.0.0.b6) (2025-11-18) +[Full Changelog](https://github.com/auth0/auth0-server-python/compare/auth0_server_python-v1.0.0b5...1.0.0.b6) + +**Added** +- feat: FGI-1573 add MRRT support [\#58](https://github.com/auth0/auth0-server-python/pull/58) ([sam-muncke](https://github.com/sam-muncke)) + +- feat: FGI-1573 add connected account support [\#57](https://github.com/auth0/auth0-server-python/pull/57) ([sam-muncke](https://github.com/sam-muncke)) + ## [1.0.0.b5](https://github.com/auth0/auth0-server-python/tree/1.0.0.b5) (2025-09-15) [Full Changelog](https://github.com/auth0/auth0-server-python/compare/auth0_server_python-v1.0.0b4...1.0.0.b5) diff --git a/pyproject.toml b/pyproject.toml index d6e981b..4c03218 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-server-python" -version = "1.0.0.b5" +version = "1.0.0.b6" description = "Auth0 server-side Python SDK" readme = "README.md" authors = ["Auth0 "] From 52bfb421adc1d7bb8d4a1fcdd0f215019e26e182 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Tue, 18 Nov 2025 19:12:35 +0530 Subject: [PATCH 2/2] Fix changelog link for version comparison --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e8bd1..ace2244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log ## [1.0.0.b6](https://github.com/auth0/auth0-server-python/tree/1.0.0.b6) (2025-11-18) -[Full Changelog](https://github.com/auth0/auth0-server-python/compare/auth0_server_python-v1.0.0b5...1.0.0.b6) +[Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b5...1.0.0.b6) **Added** - feat: FGI-1573 add MRRT support [\#58](https://github.com/auth0/auth0-server-python/pull/58) ([sam-muncke](https://github.com/sam-muncke))