From fbf4a4d7f9ee372de7059d89c8536b8a556daf5a Mon Sep 17 00:00:00 2001 From: thc202 Date: Wed, 20 Nov 2024 17:41:29 +0000 Subject: [PATCH] Release v0.9.0 Update changelog and readme. Signed-off-by: thc202 --- CHANGELOG.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05504e3..18b525d 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.9.0] - 2024-11-20 ### Changed - Update dependencies to stop using deprecated `upload-artifact` version. @@ -55,7 +55,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.8.0...HEAD +[0.9.0]: https://github.com/zaproxy/action-api-scan/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/zaproxy/action-api-scan/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/zaproxy/action-api-scan/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/zaproxy/action-api-scan/compare/v0.5.0...v0.6.0 diff --git a/README.md b/README.md index d5541ee..d62b5ab 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.8.0 + uses: zaproxy/action-api-scan@v0.9.0 with: target: 'https://www.zaproxy.org/' ``` @@ -98,7 +98,7 @@ jobs: ref: master - name: ZAP Scan - uses: zaproxy/action-api-scan@v0.8.0 + uses: zaproxy/action-api-scan@v0.9.0 with: token: ${{ secrets.GITHUB_TOKEN }} docker_name: 'ghcr.io/zaproxy/zaproxy:stable'