diff --git a/CHANGELOG.md b/CHANGELOG.md index d67ba5b16a..e10febe71b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change log for Microsoft365DSC +# 1.22.119.2 + +* EXOOrganizationConfig + * Fixed issue where the name of the parameter in the module and + in the schema differed; + FIXES #1689 + # 1.22.119.1 * EXOOrganizationConfig diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index f7fb2eb487..c824ab9752 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2022-01-19 +# Generated on: 2022-01-20 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.22.119.1' + ModuleVersion = '1.22.119.2' # Supported PSEditions # CompatiblePSEditions = @() @@ -131,8 +131,12 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = "* EXOOrganizationConfig + ReleaseNotes = " + * EXOOrganizationConfig * Added support for the new SendFromAliasEnabled parameter; + * Fixed issue where the name of the parameter in the module and + in the schema differed; + FIXES #1689 * EXORoleAssignmentPolicy * Fixed logic to update roles assigned to an existing policy; FIXES #1538