diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe98ee209..d6508fa1e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for Microsoft365DSC -# UNRELEASED +# 1.24.619.1 * SCDLPComplianceRule * Fix #4259 and #3845 diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index 4aeeec83ea..9fa4b54885 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2024-06-12 +# Generated on: 2024-06-20 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.24.612.1' + ModuleVersion = '1.24.619.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -142,15 +142,14 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = '* IntuneAppConfigurationDevicePolicy - * Add conversion from `payloadJson` to actual JSON. -* SPOTenantSettings - * Connect to Graph before Sharepoint Online - FIXES [#4746](https://github.com/microsoft/Microsoft365DSC/issues/4746) -* TeamsMeetingPolicy - * Updated the allowed values for the TeamsCameraFarEndTPTXZmode property. -* M365DSCResourceGenerator - * Fix formatting and missing escape character in Resource Generator' + ReleaseNotes = '* SCDLPComplianceRule + * Fix #4259 and #3845 +* TeamsM365App + * Initial release. +* DEPENDENCIES + * Updated MicrosoftTeams to version 6.4.0. +* MISC + * Improved telemetry around Export sizes.' # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false