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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ Unreleased]
8+
79## [ 0.12.0] - 2024-12-04
810### Changed
911- The minimum Java version required is now Java 17.
@@ -239,6 +241,7 @@ Provided by the plugin:
239241 with a ` ZapVersions.xml ` from an add-on.
240242
241243
244+ [ Unreleased ] : https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.12.0...HEAD
242245[ 0.12.0 ] : https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.11.0...v0.12.0
243246[ 0.11.0 ] : https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.10.0...v0.11.0
244247[ 0.10.0 ] : https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.9.0...v0.10.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group = " org.zaproxy.gradle"
10- version = " 0.12.0 "
10+ version = " 0.13.0-SNAPSHOT "
1111
1212dependencies {
1313 implementation(" commons-codec:commons-codec:1.17.1" )
You can’t perform that action at this time.
0 commit comments