Skip to content

Commit d9258e3

Browse files
Release 1.0.0b9
1 parent 2006955 commit d9258e3

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0b8
1+
1.0.0b9

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [1.0.0b9](https://github.com/auth0/auth0-server-python/tree/1.0.0b9) (2026-04-08)
4+
[Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b8...1.0.0b9)
5+
6+
**Added**
7+
- feat: add Multiple Custom Domains (MCD) support and fix JWT verification [\#71](https://github.com/auth0/auth0-server-python/pull/71) ([kishore7snehil](https://github.com/kishore7snehil))
8+
9+
**Changed**
10+
- chore: bump dependencies and add SCA scan workflow [\#93](https://github.com/auth0/auth0-server-python/pull/93) ([kishore7snehil](https://github.com/kishore7snehil))
11+
312
## [1.0.0b8](https://github.com/auth0/auth0-server-python/tree/1.0.0b8) (2026-02-06)
413
[Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b7...1.0.0b8)
514

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-server-python"
3-
version = "1.0.0.b8"
3+
version = "1.0.0b9"
44
description = "Auth0 server-side Python SDK"
55
readme = "README.md"
66
authors = ["Auth0 <support@okta.com>"]

0 commit comments

Comments
 (0)