From 8b882f11ff277440006fbf98b5c280506a84603c Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Wed, 4 Nov 2020 13:04:38 -0500 Subject: [PATCH] Release 1.20.1104.1 --- CHANGELOG.md | 12 ++++-------- Modules/Microsoft365DSC/Microsoft365DSC.psd1 | 4 ++-- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ab6ff97b..be643536c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,13 @@ # Change log for Microsoft365DSC -## Unreleased changes - -* EXOHostedContentFilterPolicy - * Deprecated ZapEnabled property and added PhishZapEnabled - and SpamZapEnabled instead. -* MISC - * Fixed Unit Test stubs; - ## 1.20.1104.1 * AADMSGroup * Added parameter IsAssignableToRole Issue #879 * Fixed issue on Set Issue #863 +* EXOHostedContentFilterPolicy + * Deprecated ZapEnabled property and added PhishZapEnabled + and SpamZapEnabled instead. * MISC * Added checks for mandatory Authentication parameters before attempting an Export. @@ -20,6 +15,7 @@ * Added Telemetry for version of PowerShell used; * Added a timeout on new version check from the PowerShell Gallery; + * Fixed Unit Test stubs; ## 1.20.1028.1 diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index df1dcff105..459a810203 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2020-10-28 +# Generated on: 2020-11-04 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.20.1028.1' + ModuleVersion = '1.20.1104.1' # Supported PSEditions # CompatiblePSEditions = @()