Skip to content

Commit

Permalink
Release v2.5.1 (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite committed Oct 19, 2022
1 parent eced01f commit 46927b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# CI pipeline for PSRule-pipelines

variables:
version: '2.5.0'
version: '2.6.0'
buildConfiguration: 'Release'
publish: 'true'
imageName: 'ubuntu-20.04'

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

trigger:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Capture any error messages.
**Task in use and version:**

- Task: ps-rule-assert
- Version: **[e.g. 2.4.1]**
- Version: **[e.g. 2.5.1]**

**Additional context**

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers

## Unreleased

## v2.5.1

What's changed since v2.5.0:

- Engineering:
Expand Down

0 comments on commit 46927b7

Please sign in to comment.