From 895098cb90e6dac82cb703538eca29f7e6ffe18b Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Wed, 1 Jul 2026 11:42:33 +0530 Subject: [PATCH] Release 1.0.0b12 --- .version | 2 +- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.version b/.version index eec54bd..d814e98 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0b11 \ No newline at end of file +1.0.0b12 diff --git a/CHANGELOG.md b/CHANGELOG.md index 34044c0..eed0f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.0.0b12](https://github.com/auth0/auth0-server-python/tree/1.0.0b12) (2026-07-01) +[Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b11...1.0.0b12) + +**Added** +- feat: enforce upstream IdP session_expiry ceiling (IPSIE SL1) [\#120](https://github.com/auth0/auth0-server-python/pull/120) ([kishore7snehil](https://github.com/kishore7snehil)) + ## [1.0.0b11](https://github.com/auth0/auth0-server-python/tree/1.0.0b11) (2026-06-25) [Full Changelog](https://github.com/auth0/auth0-server-python/compare/1.0.0b10...1.0.0b11) diff --git a/pyproject.toml b/pyproject.toml index 3293fc6..bf82628 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-server-python" -version = "1.0.0b11" +version = "1.0.0b12" description = "Auth0 server-side Python SDK" readme = "README.md" authors = ["Auth0 "]