From e22c2bf71ee14838adbd0f620584d4fa551fd0a6 Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Mon, 15 Sep 2025 13:09:05 +0100 Subject: [PATCH] Release 4.12.0 --- .version | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.version b/.version index 91f3b438..bcd250ed 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -4.11.0 \ No newline at end of file +4.12.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e6cf6465..07b8007e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [4.12.0](https://github.com/auth0/auth0-python/tree/4.12.0) (2025-09-15) +[Full Changelog](https://github.com/auth0/auth0-python/compare/4.11.0...4.12.0) + +**Added** +- Updates for CIBA with email [\#720](https://github.com/auth0/auth0-python/pull/720) ([adamjmcgrath](https://github.com/adamjmcgrath)) + ## [4.11.0](https://github.com/auth0/auth0-python/tree/4.11.0) (2025-09-11) [Full Changelog](https://github.com/auth0/auth0-python/compare/4.10.0...4.11.0)