diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f29489..bd4089a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this GitHub action will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [0.6.0] - 2024-01-25 ### Changed - Run with node20. [#29](https://github.com/zaproxy/action-api-scan/issues/29) @@ -40,7 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). First release to Marketplace. -[Unreleased]: https://github.com/zaproxy/action-api-scan/compare/v0.5.0...HEAD +[0.6.0]: https://github.com/zaproxy/action-api-scan/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/zaproxy/action-api-scan/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/zaproxy/action-api-scan/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/zaproxy/action-api-scan/compare/v0.3.0...v0.3.1 diff --git a/README.md b/README.md index 7e8206d..e61251f 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ will be copied into the docker container: ``` steps: - name: ZAP Scan - uses: zaproxy/action-api-scan@v0.5.0 + uses: zaproxy/action-api-scan@v0.6.0 with: target: 'https://www.zaproxy.org/' ``` @@ -98,7 +98,7 @@ jobs: ref: master - name: ZAP Scan - uses: zaproxy/action-api-scan@v0.5.0 + uses: zaproxy/action-api-scan@v0.6.0 with: token: ${{ secrets.GITHUB_TOKEN }} docker_name: 'ghcr.io/zaproxy/zaproxy:stable'