From ccb36e3ab31482eb8c4c4eeef742e5588320724b Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Wed, 29 Nov 2023 11:38:35 +0000 Subject: [PATCH] Release 4.6.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5784ed6a..42050d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [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) + +**Fixed** +- Fix rest_async and async tests [\#556](https://github.com/auth0/auth0-python/pull/556) ([adamjmcgrath](https://github.com/adamjmcgrath)) +- fix type hint for link_user_account [\#552](https://github.com/auth0/auth0-python/pull/552) ([tzzh](https://github.com/tzzh)) + ## [4.6.0](https://github.com/auth0/auth0-python/tree/4.6.0) (2023-11-09) [Full Changelog](https://github.com/auth0/auth0-python/compare/4.5.0...4.6.0)