From 4f8167711a5152f0dee0ff76aa16540d98d53114 Mon Sep 17 00:00:00 2001 From: kt Date: Mon, 28 Jan 2019 14:20:01 -0800 Subject: [PATCH] Update CHANGELOG.md to include #23 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99388ef990..068bf4dd41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,12 @@ FEATURES: * **New Resource:** `azuread_group` [GH-14] IMPROVEMENTS: - +azuread_application: Added support for Required Resource Access #23 * dependencies: switching to use Go Modules [GH-26] * dependencies: updating `github.com/Azure/azure-sdk-for-go` to v24.1.0 [GH-25] * dependencies: updating `github.com/Azure/go-autorest` to v11.2.8 [GH-24] * validation: adding validation to all fields [GH-30] +* `azuread_application` - support for `required_resource_access` property [GH-23] * `azuread_service_principal` - support for the `tags` property [GH-31] BUG FIXES: