From 7d89a538a638ec18f27f64a0b1107c80b8603f9d Mon Sep 17 00:00:00 2001 From: Emre Erkunt Date: Thu, 30 Apr 2020 10:51:39 +0100 Subject: [PATCH] Modified CHANGELOG for 1.1.17 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53776b82..cc871a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 1.1.17 (2020-04-30) +* Fixed a problem where resources/providers starting with `data` was misinterpreted. ([#257](https://github.com/eerkunt/terraform-compliance/issues/257)) + ## 1.1.16 (2020-04-13) * Enabled resource mounting/referencing for resources within modules. ([#227](https://github.com/eerkunt/terraform-compliance/issues/227)) * Fixed a problem where `its value must/must not be null` step was not processed properly. ([#247](https://github.com/eerkunt/terraform-compliance/issues/247))