Skip to content

Commit b086b46

Browse files
committed
Release v0.3.0
Update readme and changelog. Signed-off-by: thc202 <thc202@gmail.com>
1 parent 0b2391e commit b086b46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this GitHub action will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## [Unreleased]
6+
## [0.3.0] - 2020-04-28
77
### Added
88
- Allow to configure the title of the issue raised, using the parameter `issue_title`. [#10](https://github.com/zaproxy/action-baseline/issues/10)
99

@@ -21,6 +21,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2121

2222
First release to Marketplace.
2323

24-
[Unreleased]: https://github.com/zaproxy/action-baseline/compare/v0.2.0...HEAD
24+
[0.3.0]: https://github.com/zaproxy/action-baseline/compare/v0.2.0...v0.3.0
2525
[0.2.0]: https://github.com/zaproxy/action-baseline/compare/v0.1.0...v0.2.0
2626
[0.1.0]: https://github.com/zaproxy/action-baseline/compare/64ea8c12229f3351fcc50f5834b2c8db25042817...v0.1.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Make sure to checkout the repository (actions/checkout@v2) to provide the ZAP ru
4848
```
4949
steps:
5050
- name: ZAP Scan
51-
uses: zaproxy/action-baseline@v0.2.0
51+
uses: zaproxy/action-baseline@v0.3.0
5252
with:
5353
target: 'https://www.zaproxy.org'
5454
```
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
ref: master
7070
- name: ZAP Scan
71-
uses: zaproxy/action-baseline@v0.2.0
71+
uses: zaproxy/action-baseline@v0.3.0
7272
with:
7373
token: ${{ secrets.GITHUB_TOKEN }}
7474
docker_name: 'owasp/zap2docker-stable'

0 commit comments

Comments
 (0)