diff --git a/docs/CHANGELOG-v2.md b/docs/CHANGELOG-v2.md index 9169f24..e219696 100644 --- a/docs/CHANGELOG-v2.md +++ b/docs/CHANGELOG-v2.md @@ -6,6 +6,13 @@ See [upgrade notes][upgrade-notes] for helpful information when upgrading from p ## Unreleased +What's changed since v2.4.2: + +- Engineering: + - Bump PSRule to v2.5.0. + [#194](https://github.com/microsoft/ps-rule/pull/194) + - See the [change log](https://microsoft.github.io/PSRule/v2/CHANGELOG-v2/#v250) + ## v2.4.2 What's changed since v2.4.1: diff --git a/modules.json b/modules.json index 9e310bd..419a474 100644 --- a/modules.json +++ b/modules.json @@ -1,7 +1,7 @@ { "dependencies": { "PSRule": { - "version": "2.4.2" + "version": "2.5.0" } }, "devDependencies": {}