From ce37b6571591ce0e97fa59be579dbfef8c3544f1 Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Mon, 21 Aug 2023 15:40:32 +0100 Subject: [PATCH] Release 4.4.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b91dfd6d..c40e0d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [4.4.1](https://github.com/auth0/auth0-python/tree/4.4.1) (2023-08-21) +[Full Changelog](https://github.com/auth0/auth0-python/compare/4.4.0...4.4.1) + +**Fixed** +- Fix for async types [\#515](https://github.com/auth0/auth0-python/pull/515) ([adamjmcgrath](https://github.com/adamjmcgrath)) + ## [4.4.0](https://github.com/auth0/auth0-python/tree/4.4.0) (2023-07-25) [Full Changelog](https://github.com/auth0/auth0-python/compare/4.3.0...4.4.0)