Skip to content

Commit f906607

Browse files
authored
Release 1.0.0.b5 (#30)
1 parent d365594 commit f906607

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.0b4
1+
1.0.0b5

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.b5](https://github.com/auth0/auth0-api-python/tree/1.0.0.b5) (2025-09-11)
4+
[Full Changelog](https://github.com/auth0/auth0-api-python/compare/1.0.0.b4...1.0.0.b5)
5+
6+
**Added**
7+
- feat: Add token vault subject_token_type access_token to api sdk [\#28](https://github.com/auth0/auth0-api-python/pull/28) ([adamjmcgrath](https://github.com/adamjmcgrath))
8+
39
## [1.0.0.b4](https://github.com/auth0/auth0-api-python/tree/1.0.0.b4) (2025-08-28)
410
[Full Changelog](https://github.com/auth0/auth0-api-python/compare/1.0.0.b3...1.0.0.b4)
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.b4"
3+
version = "1.0.0.b5"
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)