Skip to content

Commit c17ba3d

Browse files
authored
Merge pull request #175 from psiinon/tweak/2.9.0
Updated to target ZAP 2.9
2 parents 4d30821 + 69b2e15 commit c17ba3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2828
- standalone/Split download extract.rb > Concatenates split file downloads.
2929

3030
### Changed
31-
- Maintenance changes to target ZAP 2.8.
3231
- Change info URL to link to the online help page.
32+
- Updated to target ZAP 2.9
3333

3434
### Removed
3535
- The following scripts were merged into a new script `HUNT.py`:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ val scriptsDir = layout.buildDirectory.dir("scripts")
2222
zapAddOn {
2323
addOnId.set("communityScripts")
2424
addOnName.set("Community Scripts")
25-
zapVersion.set("2.8.0")
25+
zapVersion.set("2.9.0")
2626
addOnStatus.set(AddOnStatus.ALPHA)
2727

2828
releaseLink.set("https://github.com/zaproxy/community-scripts/compare/v@[email protected]@CURRENT_VERSION@")

0 commit comments

Comments
 (0)