From cb99b331d51142ba5895e75d73892ce60f6eace5 Mon Sep 17 00:00:00 2001 From: ryshoooo Date: Mon, 15 May 2023 09:48:46 +0000 Subject: [PATCH] docs: changelog update --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e527837..d35ac6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.16.3 (2023-05-15) + +### Fix + +- Fixes `Authorization.load_config` breaking if a scope based permission is linked with anything other than a role based policy. Fixes #445 (#446) + ## v2.16.2 (2023-05-09) ### Fix