diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2336df02..7fad95c333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ * MISC * Updated logic for drift detection to be case insensitive. FIXES [#2873](https://github.com/microsoft/Microsoft365DSC/issues/2873) +* DEPENDENCIES + * Updated MicrosoftTeams to version 5.0.0 # 1.23.301.1 diff --git a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 index d3dbca0bd1..d2d55a6e49 100644 --- a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 +++ b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 @@ -70,7 +70,7 @@ }, @{ ModuleName = 'MicrosoftTeams' - RequiredVersion = '4.9.3' + RequiredVersion = '5.0.0' }, @{ ModuleName = "MSCloudLoginAssistant"