From eee9553928637cf79d2e2e7f04a253c4b1daa1ab Mon Sep 17 00:00:00 2001 From: thc202 Date: Wed, 4 Dec 2024 15:49:06 +0000 Subject: [PATCH] Prepare next development iteration Update version in build.gradle.kts. Add unreleased version to CHANGELOG. Signed-off-by: thc202 --- CHANGELOG.md | 3 +++ build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e694489..0aa12a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [0.12.0] - 2024-12-04 ### Changed - The minimum Java version required is now Java 17. @@ -239,6 +241,7 @@ Provided by the plugin: with a `ZapVersions.xml` from an add-on. +[Unreleased]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.12.0...HEAD [0.12.0]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.9.0...v0.10.0 diff --git a/build.gradle.kts b/build.gradle.kts index 0d92924..1010e3e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "org.zaproxy.gradle" -version = "0.12.0" +version = "0.13.0-SNAPSHOT" dependencies { implementation("commons-codec:commons-codec:1.17.1")