From 4c63187fcd5d661139abd2ddcfb0d9efe1c9adfe Mon Sep 17 00:00:00 2001 From: Chris Marchesi Date: Thu, 1 Aug 2019 13:31:41 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b0f8f895..9d31d4fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ENHANCEMENTS: BUG FIXES: * config: fix panic on tuples with `for_each` [GH-22279] * config: fix references to `each` of `for_each` in provisioners [GH-22289] +* plugin/sdk: Azure SDK components used by the `azure` remote state backend have been updated to recent versions. This should help prevent dependency conflicts when using Terraform components or the plugin SDK in other projects that have their own Azure dependencies. [GH-22247], [GH-22248] ## 0.12.6 (July 31, 2019)