From a5c97a74d7ec87759223187a84a659b603383c83 Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 18 Apr 2019 11:57:52 -0700 Subject: [PATCH] Update CHANGELOG.md to include #56 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b34867f..852fb8a47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 0.3.0 (Unreleased) +NOTES: + +* This release includes a Terraform SDK upgrade with compatibility for Terraform v0.12. The provider remains backwards compatible with Terraform v0.11 and there should not be any significant behavioural changes. [GH-56] + BUG FIXES: * `azuread_application` - the order of the `reply_urls` property no longer matters [GH-61]