diff --git a/CHANGELOG.md b/CHANGELOG.md index 308612b6ef..8e122cdcfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ * M365DSCDRGUtil * Restrict CIM instance access to properties that appear multiple times. * Switch log type for not found Intune assignments to `Warning`. +* DEPENDENCIES + * Updated DSCParser to version 2.0.0.12. # 1.24.1106.3 diff --git a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 index 8cf9012973..1e6255bee7 100644 --- a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 +++ b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 @@ -18,7 +18,7 @@ }, @{ ModuleName = 'DSCParser' - RequiredVersion = '2.0.0.11' + RequiredVersion = '2.0.0.12' }, @{ ModuleName = 'ExchangeOnlineManagement'