From b9db5c80559353111224f45fb5abef7f550d9419 Mon Sep 17 00:00:00 2001 From: Bobby Tiernay Date: Wed, 29 Oct 2025 13:10:17 -0400 Subject: [PATCH] Release 1.0.0.b6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .version | 2 +- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 3 files changed, 8 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 44b4f4f..085ffca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.0.0.b6](https://github.com/auth0/auth0-api-python/tree/1.0.0b6) (2025-10-29) +[Full Changelog](https://github.com/auth0/auth0-api-python/compare/1.0.0b5...1.0.0b6) + +**Added** +- feat: Add Custom Token Exchange support (RFC 8693) [\#51](https://github.com/auth0/auth0-api-python/pull/51) ([btiernay](https://github.com/btiernay)) + ## [1.0.0.b5](https://github.com/auth0/auth0-api-python/tree/1.0.0.b5) (2025-09-11) [Full Changelog](https://github.com/auth0/auth0-api-python/compare/1.0.0.b4...1.0.0.b5) diff --git a/pyproject.toml b/pyproject.toml index fe8db6d..c9668f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-api-python" -version = "1.0.0.b5" +version = "1.0.0.b6" description = "SDK for verifying access tokens and securing APIs with Auth0, using Authlib." authors = ["Auth0 "] license = "MIT"