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)