From 5f15c684d3ea95bbf654c8441b6800addd22721d Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Tue, 1 Apr 2025 14:51:26 +0530 Subject: [PATCH] Release 4.9.0 --- .version | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.version b/.version index 28715673..b617d997 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -4.8.1 \ No newline at end of file +4.9.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 35cc8d48..8c79f33a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [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) + +**Added** +- feat: Federated Connections Support [\#682](https://github.com/auth0/auth0-python/pull/682) ([kishore7snehil](https://github.com/kishore7snehil)) +- Adding Support For CIBA with RAR [\#679](https://github.com/auth0/auth0-python/pull/679) ([kishore7snehil](https://github.com/kishore7snehil)) + ## [4.8.1](https://github.com/auth0/auth0-python/tree/4.8.1) (2025-02-24) [Full Changelog](https://github.com/auth0/auth0-python/compare/4.8.0...4.8.1)