diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index effde22..878c1ba 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: **microsoft/ps-rule@v2.5.0** +- Version: **microsoft/ps-rule@v2.5.1** **Additional context** diff --git a/README.md b/README.md index 0795dcf..65fc963 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To get the latest stable release use: ```yaml - name: Run PSRule analysis - uses: microsoft/ps-rule@v2.5.0 + uses: microsoft/ps-rule@v2.5.1 ``` To get the latest bits use: @@ -29,7 +29,7 @@ For example: ```yaml - name: Run PSRule analysis - uses: microsoft/ps-rule@v2.5.0 + uses: microsoft/ps-rule@v2.5.1 with: version: '1.11.1' ``` @@ -186,7 +186,7 @@ When set: To use PSRule: 1. See [Creating a workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file). -2. Reference `microsoft/ps-rule@v2.5.0`. +2. Reference `microsoft/ps-rule@v2.5.1`. For example: ```yaml @@ -202,7 +202,7 @@ jobs: uses: actions/checkout@v3 - name: Run PSRule analysis - uses: microsoft/ps-rule@v2.5.0 + uses: microsoft/ps-rule@v2.5.1 ``` 3. Create rules within the `.ps-rule/` directory. diff --git a/docs/CHANGELOG-v2.md b/docs/CHANGELOG-v2.md index 9be149f..da0b3b2 100644 --- a/docs/CHANGELOG-v2.md +++ b/docs/CHANGELOG-v2.md @@ -6,6 +6,8 @@ See [upgrade notes][upgrade-notes] for helpful information when upgrading from p ## Unreleased +## v2.5.1 + What's changed since v2.5.0: - Engineering: