From 2f5c653cc87d82e58c695d260267f9ca14193bdf Mon Sep 17 00:00:00 2001 From: DrIOS <58635327+DrIOSX@users.noreply.github.com> Date: Sun, 4 Aug 2024 14:53:21 -0500 Subject: [PATCH] docs: Update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19cf72f..c0fb22b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,22 @@ The format is based on and uses the types of changes according to [Keep a Change ## [Unreleased] +### Added + +- Added `New-M365SecurityAuditAuthObject` function to create a new authentication object for the security audit for app-based authentication. + +### Changed + +- Changed authentication options to include parameter for authenticating with a certificate. +- Changed verbose output to ensure methods for suppressing all forms of output are available. + +## [0.1.25] - 2024-07-23 + ### Fixed - Fixed test 1.3.1 as notification window for password expiration is no longer required. + ## [0.1.24] - 2024-07-07 ### Added