Skip to content

Commit 8f0a31c

Browse files
authored
Release 1.0.0b5 (#36)
1 parent fb5136b commit 8f0a31c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.version

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Change Log
2+
3+
## [1.0.0.b5](https://github.com/auth0/auth0-server-python/tree/1.0.0.b5) (2025-09-15)
4+
[Full Changelog](https://github.com/auth0/auth0-server-python/compare/auth0_server_python-v1.0.0b4...1.0.0.b5)
5+
6+
**Added**
7+
- 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.b4"
3+
version = "1.0.0.b5"
44
description = "Auth0 server-side Python SDK"
55
readme = "README.md"
66
authors = ["Auth0 <[email protected]>"]

0 commit comments

Comments
 (0)