Skip to content

Commit 1fe6ac6

Browse files
Release 1.0.0b6 (#59)
* Release 1.0.0b6 * Fix changelog link for version comparison
1 parent 8bc66f0 commit 1fe6ac6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.version

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

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.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)
5+
6+
**Added**
7+
- feat: FGI-1573 add MRRT support [\#58](https://github.com/auth0/auth0-server-python/pull/58) ([sam-muncke](https://github.com/sam-muncke))
8+
9+
- feat: FGI-1573 add connected account support [\#57](https://github.com/auth0/auth0-server-python/pull/57) ([sam-muncke](https://github.com/sam-muncke))
10+
311
## [1.0.0.b5](https://github.com/auth0/auth0-server-python/tree/1.0.0.b5) (2025-09-15)
412
[Full Changelog](https://github.com/auth0/auth0-server-python/compare/auth0_server_python-v1.0.0b4...1.0.0.b5)
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.b5"
3+
version = "1.0.0.b6"
44
description = "Auth0 server-side Python SDK"
55
readme = "README.md"
66
authors = ["Auth0 <[email protected]>"]

0 commit comments

Comments
 (0)