From b230185567ee5e43d56409ee7c53ab964c37cc13 Mon Sep 17 00:00:00 2001 From: Emre Erkunt Date: Tue, 16 Jul 2019 22:09:06 +0100 Subject: [PATCH] Modified CHANGELOG. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9afef93..dac9112c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +### 1.0.23 (2019-07-16) +* Fixed a bug where a resource might have multiple values (with same key). (follow up on [#1261](https://github.com/eerkunt/terraform-compliance/issues/126)) +* Improved `its value must not be null` step that is also checking if the value is set to `''`. + ### 1.0.22 (2019-07-16) * Fixed a bug where terraform-compliance crashes while reading the terraform file on terraform resources that does not have `values` key ([#124](https://github.com/eerkunt/terraform-compliance/issues/124)) * Fixed a bug where some resources with key/value pair property causes a problem as reported in ([#127](https://github.com/eerkunt/terraform-compliance/issues/127))