diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 10ba733..7ed88ad 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,7 +30,7 @@ Steps to reproduce the issue: **Action version:** -- Version: **[e.g. 1.11.0]** +- Version: **[e.g. 1.12.0]** **Additional context** diff --git a/README.md b/README.md index b3c4337..2cd77a0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To get the latest stable release use: ```yaml - name: Run PSRule analysis - uses: Microsoft/ps-rule@v1.11.0 + uses: Microsoft/ps-rule@v1.12.0 ``` To get the latest bits use: diff --git a/docs/CHANGELOG-v1.md b/docs/CHANGELOG-v1.md index 18c4fd9..616f06d 100644 --- a/docs/CHANGELOG-v1.md +++ b/docs/CHANGELOG-v1.md @@ -6,6 +6,8 @@ See [upgrade notes][upgrade-notes] for helpful information when upgrading from p ## Unreleased +## v1.12.0 + What's changed since v1.11.0: - Engineering: