Skip to content

Commit de3aaba

Browse files
authored
Merge pull request #12 from thc202/release-v2
Update ZAP and prepare release
2 parents 4ca9366 + f545e41 commit de3aaba

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ 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+
## [2] - 2020-01-30
77
### Added
88
- Add repo URL, shown in the marketplace and Manage Add-ons dialogue.
99

1010
### Changed
1111
- Change info URL to link to the online help page.
12+
- Change minimum ZAP version to 2.9.0.
1213

1314
## [1] - 2019-06-27
1415

1516
First version.
1617

17-
[Unreleased]: https://github.com/zaproxy/fuzzdb-web-backdoors/compare/v1...HEAD
18+
[2]: https://github.com/zaproxy/fuzzdb-web-backdoors/compare/v1...v2
1819
[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.8.0")
36+
zapVersion.set("2.9.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)