diff --git a/CHANGELOG.md b/CHANGELOG.md index c22d500..d978411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ What's changed since v0.6.0: - Engineering: + - Bump PSRule to v2.9.0. + [#172](https://github.com/microsoft/PSRule.Monitor/pull/172) + - Bump Pester to v5.6.1. + [#172](https://github.com/microsoft/PSRule.Monitor/pull/172) + - Bump PSScriptAnalyzer to v1.22.0. + [#172](https://github.com/microsoft/PSRule.Monitor/pull/172) - Bump xunit to v2.6.6. [#152](https://github.com/microsoft/PSRule.Monitor/pull/152) - Bump xunit.runner.visualstudio to v2.5.8. diff --git a/modules.json b/modules.json index 3c1c595..abd47e5 100644 --- a/modules.json +++ b/modules.json @@ -1,12 +1,12 @@ { "dependencies": { "PSRule": { - "version": "2.8.1" + "version": "2.9.0" } }, "devDependencies": { "Pester": { - "version": "5.4.1" + "version": "5.6.1" }, "platyPS": { "version": "0.14.2" @@ -15,7 +15,7 @@ "version": "0.9.0" }, "PSScriptAnalyzer": { - "version": "1.21.0" + "version": "1.22.0" } } }