Skip to content

Commit c8dc73d

Browse files
authored
Merge pull request #6 from thc202/prepare-release
Update ZAP and prepare release
2 parents cc6643e + deaf5ed commit c8dc73d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this add-on 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+
## [1] - 2019-06-27
77

8-
First version.
8+
First version.
9+
10+
[1]: https://github.com/zaproxy/fuzzdb-web-backdoors/releases/v1

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ zapAddOn {
3333
addOnId.set(project.name.replace("-", ""))
3434
addOnName.set("FuzzDB Web Backdoors")
3535
addOnStatus.set(AddOnStatus.RELEASE)
36-
zapVersion.set("2.5.0")
36+
zapVersion.set("2.8.0")
3737

3838
releaseLink.set("https://github.com/zaproxy/fuzzdb-web-backdoors/compare/v@PREVIOUS_VERSION@...v@CURRENT_VERSION@")
3939
unreleasedLink.set("https://github.com/zaproxy/fuzzdb-web-backdoors/compare/v@CURRENT_VERSION@...HEAD")

0 commit comments

Comments
 (0)