diff --git a/CHANGELOG.md b/CHANGELOG.md index a0bb3805..d89c7b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated to use the common module _DscResource.Common_ - Fixes [Issue #327](https://github.com/dsccommunity/ComputerManagementDsc/issues/327). - Fixed build failures caused by changes in `ModuleBuilder` module v1.7.0 by changing `CopyDirectories` to `CopyPaths` - Fixes [Issue #332](https://github.com/dsccommunity/ComputerManagementDsc/issues/332). + - Pin `Pester` module to 4.10.1 because Pester 5.0 is missing code + coverage - Fixes [Issue #336](https://github.com/dsccommunity/ComputerManagementDsc/issues/336). ## [8.2.0] - 2020-05-05 diff --git a/RequiredModules.psd1 b/RequiredModules.psd1 index 50ba674e..2d31193f 100644 --- a/RequiredModules.psd1 +++ b/RequiredModules.psd1 @@ -9,7 +9,7 @@ InvokeBuild = 'latest' PSScriptAnalyzer = 'latest' - Pester = 'latest' + Pester = '4.10.1' Plaster = 'latest' ModuleBuilder = 'latest' ChangelogManagement = 'latest'