From 709cea1d1ff0d8536671db9aba2d1a47efcc2401 Mon Sep 17 00:00:00 2001 From: kt Date: Tue, 23 Jul 2019 19:06:38 -0700 Subject: [PATCH] Update CHANGELOG.md to include #62 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bbfb8bf4e..063571e39b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ IMPROVEMENTS: * `azuread_application` - the `identifier_uris` property now allows `api`,`urn`, and `ms-appx` URI schemas [GH-115] * `azuread_application_password` - deprecation of `application_id` in favour of `application_object_id` [GH-107] * `azuread_group` - support for the `members` property [GH-100] +* `azuread_group` - support for the `owners` property [GH-62] * `azuread_service_principal` - export the `oauth2_permissions` property [GH-103] BUG FIXES: