From ddaf92f4c1d09262d9d6e36b7b7e0b9e7cf468aa Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Thu, 9 Apr 2026 19:33:34 +0530 Subject: [PATCH] Release 1.0.0b8 --- .version | 2 +- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 66b738a..0772197 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0b7 \ No newline at end of file +1.0.0b8 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 359f57d..5c3afdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.0.0b8](https://github.com/auth0/auth0-api-python/tree/1.0.0b8) (2026-04-09) +[Full Changelog](https://github.com/auth0/auth0-api-python/compare/1.0.0b7...1.0.0b8) + +**Added** +- feat: add Multiple Custom Domain Support [\#71](https://github.com/auth0/auth0-api-python/pull/71) ([kishore7snehil](https://github.com/kishore7snehil)) + ## [1.0.0b7](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) diff --git a/pyproject.toml b/pyproject.toml index 2e5b0ab..2792643 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-api-python" -version = "1.0.0b7" +version = "1.0.0b8" description = "SDK for verifying access tokens and securing APIs with Auth0, using Authlib." authors = ["Auth0 "] license = "MIT"