Skip to content

Commit fe57431

Browse files
Release 1.0.0b7 (#63)
1 parent d4bb336 commit fe57431

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.version

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

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
# Change Log
22

3-
## [1.0.0.b6](https://github.com/auth0/auth0-server-python/tree/1.0.0.b6) (2025-11-18)
4-
[Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b5...1.0.0.b6)
3+
## [1.0.0.b7](https://github.com/auth0/auth0-server-python/tree/1.0.0b7) (2026-01-06)
4+
[Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b6...1.0.0b7)
5+
6+
**Added**
7+
- docs: Add user unlinking example [\#62](https://github.com/auth0/auth0-server-python/pull/62)
8+
9+
## [1.0.0b6](https://github.com/auth0/auth0-server-python/tree/1.0.0b6) (2025-11-18)
10+
[Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b5...1.0.0b6)
511

612
**Added**
713
- feat: FGI-1573 add MRRT support [\#58](https://github.com/auth0/auth0-server-python/pull/58) ([sam-muncke](https://github.com/sam-muncke))
814

915
- feat: FGI-1573 add connected account support [\#57](https://github.com/auth0/auth0-server-python/pull/57) ([sam-muncke](https://github.com/sam-muncke))
1016

11-
## [1.0.0.b5](https://github.com/auth0/auth0-server-python/tree/1.0.0.b5) (2025-09-15)
12-
[Full Changelog](https://github.com/auth0/auth0-server-python/compare/auth0_server_python-v1.0.0b4...1.0.0.b5)
17+
## [1.0.0b5](https://github.com/auth0/auth0-server-python/tree/1.0.0b5) (2025-09-15)
18+
[Full Changelog](https://github.com/auth0/auth0-server-python/compare/auth0_server_python-v1.0.0b4...1.0.0b5)
1319

1420
**Added**
1521
- feat: Updates for CIBA with Email [\#28](https://github.com/auth0/auth0-server-python/pull/28) ([adamjmcgrath](https://github.com/adamjmcgrath))

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.b6"
3+
version = "1.0.0.b7"
44
description = "Auth0 server-side Python SDK"
55
readme = "README.md"
66
authors = ["Auth0 <[email protected]>"]

0 commit comments

Comments
 (0)