diff --git a/.version b/.version index 072582d..69127db 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0b4 \ No newline at end of file +1.0.0b5 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ab94104..44b4f4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Added** +- 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)) + ## [1.0.0.b4](https://github.com/auth0/auth0-api-python/tree/1.0.0.b4) (2025-08-28) [Full Changelog](https://github.com/auth0/auth0-api-python/compare/1.0.0.b3...1.0.0.b4) diff --git a/pyproject.toml b/pyproject.toml index df7411b..3408318 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-api-python" -version = "1.0.0.b4" +version = "1.0.0.b5" description = "SDK for verifying access tokens and securing APIs with Auth0, using Authlib." authors = ["Auth0 "] license = "MIT"