File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
15
15
16
16
## Unreleased
17
17
18
+ ## v2.8.1
19
+
20
+ What's changed since v2.8.1:
21
+
22
+ - Engineering:
23
+ - Bump PSRule to v2.8.1.
24
+ - See the [ change log] ( https://microsoft.github.io/PSRule/v2/CHANGELOG-v2/#v281 )
25
+
18
26
## v2.8.0
19
27
20
28
What's changed since v2.7.0:
Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ module.exports = (env) => {
119
119
packagePath : "/ps-rule-assert/ps-rule-assertV2/version.json"
120
120
} ,
121
121
{
122
- path : "out/dist/ps_modules/PSRule/2.8.0 " ,
123
- packagePath : "/ps-rule-assert/ps-rule-assertV2/ps_modules/PSRule/2.8.0 "
122
+ path : "out/dist/ps_modules/PSRule/2.8.1 " ,
123
+ packagePath : "/ps-rule-assert/ps-rule-assertV2/ps_modules/PSRule/2.8.1 "
124
124
} ,
125
125
{
126
126
path : "out/dist/ps_modules/VstsTaskSdk/0.11.0" ,
Original file line number Diff line number Diff line change 4
4
"version" : " 2.2.5"
5
5
},
6
6
"PSRule" : {
7
- "version" : " 2.8.0 "
7
+ "version" : " 2.8.1 "
8
8
},
9
9
"VstsTaskSdk" : {
10
10
"version" : " 0.11.0"
You can’t perform that action at this time.
0 commit comments