diff --git a/CHANGELOG.md b/CHANGELOG.md index 4efc630..bb27b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on and uses the types of changes according to [Keep a Change ### Fixed - Whatif support for `Invoke-M365SecurityAudit`. +- Whatif module output and module install process. ## [0.1.7] - 2024-06-08 @@ -22,6 +23,12 @@ The format is based on and uses the types of changes according to [Keep a Change - Enhanced `Invoke-M365SecurityAudit` to allow flexible inclusion and exclusion of specific recommendations, IG filters, and profile levels. - SupportsShoudProcess to also bypass connection checks in `Invoke-M365SecurityAudit` as well as Disconnect-M365Suite. +## [0.1.6] - 2024-06-08 + +### Added + +- Added pipeline support to `Sync-CISExcelAndCsvData` function for `[CISAuditResult[]]` input. + ## [0.1.5] - 2024-06-08 ### Added