From 8985be560b087457d405208a1691bb8aec6740fd Mon Sep 17 00:00:00 2001 From: Andy Gertjejansen Date: Sun, 10 Nov 2019 19:59:19 -0600 Subject: [PATCH] v3.0.32 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7928a978..b7474e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -237,3 +237,10 @@ ENHANCEMENT: BUG FIXES: * Ensure `okta_app_group_assignment` resource syncs using the right read function. [GH-307] + +## 3.0.32 + +BUG FIXES: + +* Ensure `okta_app_group_assignment` and `okta_app_user` resources properly take multiple ids on the import functions. [GH-307] +* Ensure `okta_user` does not error on 404 [GH-313]