diff --git a/CHANGELOG.md b/CHANGELOG.md index aab24d0e33..6119bf5de8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ * O365OrgSettings * Fixes and issue where a the wrong url was being used in some of the API calls, resulting in null returns for some properties in the Get method. +* DEPENDENCIES + * Updated MicrosoftTeams to version 5.6.0. + FIXES [#3671](https://github.com/microsoft/Microsoft365DSC/issues/3671) # 1.23.913.2 diff --git a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 index ef2479fd92..ca06a634d4 100644 --- a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 +++ b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 @@ -82,7 +82,7 @@ }, @{ ModuleName = 'MicrosoftTeams' - RequiredVersion = '5.5.0' + RequiredVersion = '5.6.0' }, @{ ModuleName = "MSCloudLoginAssistant"