Skip to content

Commit

Permalink
docs: Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
DrIOSX committed Jun 17, 2024
1 parent daadad3 commit aa76de6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion helpers/Build-Help.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aa76de6

Please sign in to comment.