diff --git a/CHANGELOG.md b/CHANGELOG.md index 03454863..a2335da7 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.14.0] - 2024-11-20 ### Changed - Update dependencies to stop using deprecated `upload-artifact` version. @@ -97,7 +97,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-baseline/compare/v0.13.0...HEAD +[0.14.0]: https://github.com/zaproxy/action-baseline/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/zaproxy/action-baseline/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/zaproxy/action-baseline/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/zaproxy/action-baseline/compare/v0.10.0...v0.11.0 diff --git a/README.md b/README.md index ac6323cf..a6cdcbee 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ will be copied into the docker container: ``` steps: - name: ZAP Scan - uses: zaproxy/action-baseline@v0.13.0 + uses: zaproxy/action-baseline@v0.14.0 with: target: 'https://www.zaproxy.org' ``` @@ -91,7 +91,7 @@ jobs: with: ref: master - name: ZAP Scan - uses: zaproxy/action-baseline@v0.13.0 + uses: zaproxy/action-baseline@v0.14.0 with: token: ${{ secrets.GITHUB_TOKEN }} docker_name: 'ghcr.io/zaproxy/zaproxy:stable'