From 46927b7d4878d922abea20fdceec7b1d47a20b0e Mon Sep 17 00:00:00 2001 From: Bernie White Date: Thu, 20 Oct 2022 01:56:30 +1000 Subject: [PATCH] Release v2.5.1 (#577) --- .azure-pipelines/azure-pipelines.yaml | 4 ++-- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- CHANGELOG.md | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yaml b/.azure-pipelines/azure-pipelines.yaml index fb24fbfe..141016c1 100644 --- a/.azure-pipelines/azure-pipelines.yaml +++ b/.azure-pipelines/azure-pipelines.yaml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0dc1c97f..cb6eabce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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** diff --git a/CHANGELOG.md b/CHANGELOG.md index 792f7aec..602bd924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: