Skip to content

Commit

Permalink
Merge pull request #12 from thc202/release-v2
Browse files Browse the repository at this point in the history
Update ZAP and prepare release
  • Loading branch information
psiinon authored Jan 30, 2020
2 parents 4ca9366 + f545e41 commit de3aaba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ All notable changes to this add-on will be documented in this file.

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

## [Unreleased]
## [2] - 2020-01-30
### Added
- Add repo URL, shown in the marketplace and Manage Add-ons dialogue.

### Changed
- Change info URL to link to the online help page.
- Change minimum ZAP version to 2.9.0.

## [1] - 2019-06-27

First version.

[Unreleased]: https://github.com/zaproxy/fuzzdb-web-backdoors/compare/v1...HEAD
[2]: https://github.com/zaproxy/fuzzdb-web-backdoors/compare/v1...v2
[1]: https://github.com/zaproxy/fuzzdb-web-backdoors/releases/v1
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ zapAddOn {
addOnId.set(project.name.replace("-", ""))
addOnName.set("FuzzDB Web Backdoors")
addOnStatus.set(AddOnStatus.RELEASE)
zapVersion.set("2.8.0")
zapVersion.set("2.9.0")

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

0 comments on commit de3aaba

Please sign in to comment.