diff --git a/CHANGELOG.md b/CHANGELOG.md index 5876c3c0..00858353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers What's changed since v2.6.0: - Engineering: + - Bump PSRule to v2.7.0. + [#657](https://github.com/microsoft/PSRule-pipelines/pull/657) + - See the [change log](https://microsoft.github.io/PSRule/v2/CHANGELOG-v2/#v270) - Bump typescript to v4.9.4. [#627](https://github.com/microsoft/PSRule-pipelines/pull/627) - Bump azure-pipelines-task-lib to v4.1.0. diff --git a/modules.json b/modules.json index 203042dc..8c3d8e94 100644 --- a/modules.json +++ b/modules.json @@ -4,7 +4,7 @@ "version": "2.2.5" }, "PSRule": { - "version": "2.6.0" + "version": "2.7.0" }, "VstsTaskSdk": { "version": "0.11.0" diff --git a/vss-extension.json b/vss-extension.json index e6edf1e3..ca80ac16 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -100,8 +100,8 @@ "packagePath": "/ps-rule-assert/ps-rule-assertV2/version.json" }, { - "path": "ps_modules/PSRule/2.6.0", - "packagePath": "/ps-rule-assert/ps-rule-assertV2/ps_modules/PSRule/2.6.0" + "path": "ps_modules/PSRule/2.7.0", + "packagePath": "/ps-rule-assert/ps-rule-assertV2/ps_modules/PSRule/2.7.0" }, { "path": "ps_modules/VstsTaskSdk/0.11.0",