diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f3306..979c86a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,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.9.0] - 2024-01-25 ### Changed - Run with node20. [#80](https://github.com/zaproxy/action-full-scan/pull/80) @@ -61,7 +61,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-full-scan/compare/v0.8.0...HEAD +[0.9.0]: https://github.com/zaproxy/action-full-scan/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/zaproxy/action-full-scan/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/zaproxy/action-full-scan/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/zaproxy/action-full-scan/compare/v0.5.1...v0.6.0 diff --git a/README.md b/README.md index 408fe83..ebbbb0a 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-full-scan@v0.8.0 + uses: zaproxy/action-full-scan@v0.9.0 with: target: 'https://www.zaproxy.org/' ``` @@ -97,7 +97,7 @@ jobs: with: ref: master - name: ZAP Scan - uses: zaproxy/action-full-scan@v0.8.0 + uses: zaproxy/action-full-scan@v0.9.0 with: token: ${{ secrets.GITHUB_TOKEN }} docker_name: 'ghcr.io/zaproxy/zaproxy:stable'