Skip to content

Commit cc06e32

Browse files
Release 1.0.0b8
1 parent 303f408 commit cc06e32

3 files changed

Lines changed: 10 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.0b7
1+
1.0.0b8

CHANGELOG.md

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

3+
## [1.0.0b8](https://github.com/auth0/auth0-server-python/tree/1.0.0b8) (2026-02-06)
4+
[Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b7...1.0.0b8)
5+
6+
**Added**
7+
- feat: Add Custom Token Exchange support [\#70](https://github.com/auth0/auth0-server-python/pull/70) ([subhankarmaiti](https://github.com/subhankarmaiti))
8+
9+
- feat: FGI-1575 Add ability to manage a users connected accounts [\#60](https://github.com/auth0/auth0-server-python/pull/60) ([sam-muncke](https://github.com/sam-muncke))
10+
311
## [1.0.0.b7](https://github.com/auth0/auth0-server-python/tree/1.0.0b7) (2026-01-06)
412
[Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b6...1.0.0b7)
513

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

0 commit comments

Comments
 (0)