From 1fde9947e052fa8fb5239f6fe67a79386bb612c1 Mon Sep 17 00:00:00 2001 From: DrIOS <58635327+DrIOSX@users.noreply.github.com> Date: Fri, 14 Jun 2024 10:48:38 -0500 Subject: [PATCH] docs: Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 175d5a3..0b76155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ The format is based on and uses the types of changes according to [Keep a Change ## [Unreleased] +### Added + +- Added Get-MFAStatus function to help with auditing mfa for conditional access controls. + ### Fixed - Fixed 6.1.2/6.1.3 tests to minimize calls to the Graph API.