File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ Unreleased]
8
+
7
9
## [ 0.13.0] - 2025-02-27
8
10
### Changed
9
11
- Recommended minimum Gradle version is now 8.13.
@@ -244,6 +246,7 @@ Provided by the plugin:
244
246
with a ` ZapVersions.xml ` from an add-on.
245
247
246
248
249
+ [ Unreleased ] : https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.13.0...HEAD
247
250
[ 0.13.0 ] : https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.12.0...v0.13.0
248
251
[ 0.12.0 ] : https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.11.0...v0.12.0
249
252
[ 0.11.0 ] : https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.10.0...v0.11.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
}
8
8
9
9
group = " org.zaproxy.gradle"
10
- version = " 0.13.0 "
10
+ version = " 0.14.0-SNAPSHOT "
11
11
12
12
dependencies {
13
13
implementation(" commons-codec:commons-codec:1.17.1" )
You can’t perform that action at this time.
0 commit comments