Skip to content

Commit a915434

Browse files
authored
Merge pull request #53 from auth0/release/1.0.0.b6
Release 1.0.0.b6
2 parents 87f13ad + b9db5c8 commit a915434

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0b5
1+
1.0.0b6

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.0.0.b6](https://github.com/auth0/auth0-api-python/tree/1.0.0b6) (2025-10-29)
4+
[Full Changelog](https://github.com/auth0/auth0-api-python/compare/1.0.0b5...1.0.0b6)
5+
6+
**Added**
7+
- feat: Add Custom Token Exchange support (RFC 8693) [\#51](https://github.com/auth0/auth0-api-python/pull/51) ([btiernay](https://github.com/btiernay))
8+
39
## [1.0.0.b5](https://github.com/auth0/auth0-api-python/tree/1.0.0.b5) (2025-09-11)
410
[Full Changelog](https://github.com/auth0/auth0-api-python/compare/1.0.0.b4...1.0.0.b5)
511

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "auth0-api-python"
3-
version = "1.0.0.b5"
3+
version = "1.0.0.b6"
44
description = "SDK for verifying access tokens and securing APIs with Auth0, using Authlib."
55
authors = ["Auth0 <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)