File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,12 @@ All notable changes to this add-on will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
5
5
6
+ ## [ Unreleased]
7
+
8
+
6
9
## [ 1] - 2019-06-27
7
10
8
11
First version.
9
12
13
+ [ Unreleased ] : https://github.com/zaproxy/fuzzdb-web-backdoors/compare/v1...HEAD
10
14
[ 1 ] : https://github.com/zaproxy/fuzzdb-web-backdoors/releases/v1
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
21
21
mavenCentral()
22
22
}
23
23
24
- version = " 1 "
24
+ version = " 2 "
25
25
description = " FuzzDB web backdoors which can be used with the ZAP fuzzer"
26
26
27
27
java {
@@ -79,4 +79,4 @@ System.getenv("GITHUB_REF")?.let { ref ->
79
79
}
80
80
}
81
81
}
82
- }
82
+ }
You can’t perform that action at this time.
0 commit comments