From 9dba7c2be8d8608c4a11c1c01f153fee89cf6131 Mon Sep 17 00:00:00 2001 From: DrIOS <58635327+DrIOSX@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:00:23 -0500 Subject: [PATCH] docs: Update Changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d80707..58fd6be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ The format is based on and uses the types of changes according to [Keep a Change ## [Unreleased] +### Added + +- Added condition comments to each test. + +### Fixed + +- Fixed csv CIS controls that were not matched correctly. + +## [0.1.9] - 2024-06-10 + ### Fixed - Fixed bug in 1.1.1 that caused the test to fail/pass incorrectly. Added verbose output. @@ -12,6 +22,7 @@ The format is based on and uses the types of changes according to [Keep a Change - Updated helper csv formatting for one cis control. + ## [0.1.8] - 2024-06-09 ### Added