From 2bee0da49bb1f6d0e26af812c6500364da29be11 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Tue, 17 Mar 2026 15:50:42 +0530 Subject: [PATCH] Release 1.0.0b6 --- .version | 2 +- CHANGELOG.md | 14 ++++++++++---- pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 6 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 690830b..353cc0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,19 @@ # Change Log -## [1.0.0.b5](https://github.com/auth0/auth0-fastapi-api/tree/1.0.0.b5) (2025-11-20) -[Full Changelog](https://github.com/auth0/auth0-fastapi-api/compare/1.0.0.b4...1.0.0.b5) +## [1.0.0b6](https://github.com/auth0/auth0-fastapi-api/tree/1.0.0b6) (2026-03-17) +[Full Changelog](https://github.com/auth0/auth0-fastapi-api/compare/1.0.0b5...1.0.0b6) + +**Fixed** +- fix: loosen dependency constraints and bump CI actions [\#77](https://github.com/auth0/auth0-fastapi-api/pull/77) ([kishore7snehil](https://github.com/kishore7snehil)) + +## [1.0.0b5](https://github.com/auth0/auth0-fastapi-api/tree/1.0.0b5) (2025-11-20) +[Full Changelog](https://github.com/auth0/auth0-fastapi-api/compare/1.0.0b4...1.0.0b5) **Added** - feat: add DPoP Support [\#50](https://github.com/auth0/auth0-fastapi-api/pull/50) ([kishore7snehil](https://github.com/kishore7snehil)) -## [1.0.0.b4](https://github.com/auth0/auth0-fastapi-api/tree/1.0.0.b4) (2025-09-19) -[Full Changelog](https://github.com/auth0/auth0-fastapi-api/compare/1.0.0.b3...1.0.0.b4) +## [1.0.0b4](https://github.com/auth0/auth0-fastapi-api/tree/1.0.0b4) (2025-09-19) +[Full Changelog](https://github.com/auth0/auth0-fastapi-api/compare/1.0.0b3...1.0.0b4) **Added** - feat: Add token vault subject_token_type access_token to fast api sdk [\#28](https://github.com/auth0/auth0-fastapi-api/pull/25) ([adamjmcgrath](https://github.com/adamjmcgrath)) \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b9f207d..26dd3f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-fastapi-api" -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"