diff --git a/.version b/.version index 7d70f13..66b738a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0b6 \ No newline at end of file +1.0.0b7 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 085ffca..716eda4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.0.0.b7](https://github.com/auth0/auth0-api-python/tree/1.0.0b7) (2026-04-02) +[Full Changelog](https://github.com/auth0/auth0-api-python/compare/1.0.0b6...1.0.0b7) + +**Changed** +- chore: bump ada-url for Python 3.14, update deps, and fix CI [\#73](https://github.com/auth0/auth0-api-python/pull/73) ([kishore7snehil](https://github.com/kishore7snehil)) + ## [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) diff --git a/pyproject.toml b/pyproject.toml index d9049f5..5a86ae6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-api-python" -version = "1.0.0.b6" +version = "1.0.0.b7" description = "SDK for verifying access tokens and securing APIs with Auth0, using Authlib." authors = ["Auth0 "] license = "MIT"