From 21f7bcf8fb7561d09c7587a9478f3fa1db6d50f8 Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Tue, 5 Dec 2023 16:51:03 +0000 Subject: [PATCH] Release 4.7.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42050d6e..719b33ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [4.7.0](https://github.com/auth0/auth0-python/tree/4.7.0) (2023-12-05) +[Full Changelog](https://github.com/auth0/auth0-python/compare/4.6.1...4.7.0) + +**⚠️ BREAKING CHANGES** +- Add python 3.12 support, drop 3.7 [\#562](https://github.com/auth0/auth0-python/pull/562) ([adamjmcgrath](https://github.com/adamjmcgrath)) + +**Added** +- [SDK-4138] Add support for Pushed Authorization Requests (PAR) [\#560](https://github.com/auth0/auth0-python/pull/560) ([adamjmcgrath](https://github.com/adamjmcgrath)) + ## [4.6.1](https://github.com/auth0/auth0-python/tree/4.6.1) (2023-11-29) [Full Changelog](https://github.com/auth0/auth0-python/compare/4.6.0...4.6.1)