From 98bcd07529f74e289c1bb6c0b89c9c3b6a8b9537 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Thu, 5 Jun 2025 21:19:53 +0530 Subject: [PATCH] Release 4.10.0 --- .version | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.version b/.version index b617d997..1910ba9d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -4.9.0 \ No newline at end of file +4.10.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c79f33a..76b3118a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [4.10.0](https://github.com/auth0/auth0-python/tree/4.10.0) (2025-06-05) +[Full Changelog](https://github.com/auth0/auth0-python/compare/4.9.0...4.10.0) + +**Added** +- chore: merge community PRs – bugfixes, features, and dependency upgrades [\#696](https://github.com/auth0/auth0-python/pull/696) ([kishore7snehil](https://github.com/kishore7snehil)) + +**Fixed** +- fix: handle `authorization_details` in back_channel_login [\#695](https://github.com/auth0/auth0-python/pull/695) ([kishore7snehil](https://github.com/kishore7snehil)) + ## [4.9.0](https://github.com/auth0/auth0-python/tree/4.9.0) (2025-04-01) [Full Changelog](https://github.com/auth0/auth0-python/compare/4.8.1...4.9.0)