From aa76de66491c0e3b3abdf94988d5bfd00a9fa64d Mon Sep 17 00:00:00 2001 From: DrIOS <58635327+DrIOSX@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:53:31 -0500 Subject: [PATCH] docs: Update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ helpers/Build-Help.ps1 | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e23c30..e11d2ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on and uses the types of changes according to [Keep a Change ### Added +- Added tenant output to connect function. +- Added skip tenant connection confirmation to main function. + +### Fixed + +- Fixed comment examples for `Export-M365SecurityAuditTable`. + +## [0.1.12] - 2024-06-17 + +### Added + - Added `Export-M365SecurityAuditTable` public function to export applicable audit results to a table format. - Added paramter to `Export-M365SecurityAuditTable` to specify output of the original audit results. - Added `Remove-RowsWithEmptyCSVStatus` public function to remove rows with empty status from the CSV file. diff --git a/helpers/Build-Help.ps1 b/helpers/Build-Help.ps1 index 3a5d89a..a0904d4 100644 --- a/helpers/Build-Help.ps1 +++ b/helpers/Build-Help.ps1 @@ -4,7 +4,7 @@ Import-Module .\output\module\M365FoundationsCISReport\*\*.psd1 <# - $ver = "v0.1.11" + $ver = "v0.1.12" git checkout main git pull origin main git tag -a $ver -m "Release version $ver refactor Update"