Skip to content

Commit 46927b7

Browse files
authored
Release v2.5.1 (#577)
1 parent eced01f commit 46927b7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.azure-pipelines/azure-pipelines.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# CI pipeline for PSRule-pipelines
33

44
variables:
5-
version: '2.5.0'
5+
version: '2.6.0'
66
buildConfiguration: 'Release'
77
publish: 'true'
88
imageName: 'ubuntu-20.04'
99

10-
# Use build number format, i.e. 2.5.0-B2106001
10+
# Use build number format, i.e. 2.6.0-B2106001
1111
name: $(version)-B$(date:yyMM)$(rev:rrr)
1212

1313
trigger:

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Capture any error messages.
3030
**Task in use and version:**
3131

3232
- Task: ps-rule-assert
33-
- Version: **[e.g. 2.4.1]**
33+
- Version: **[e.g. 2.5.1]**
3434

3535
**Additional context**
3636

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
1212

1313
## Unreleased
1414

15+
## v2.5.1
16+
1517
What's changed since v2.5.0:
1618

1719
- Engineering:

0 commit comments

Comments
 (0)