diff --git a/CHANGELOG.md b/CHANGELOG.md index f84f3ce..36f455a 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.11.0] - 2024-06-17 ### Changed - Recommended minimum Gradle version is now 8.8. @@ -234,6 +236,7 @@ Provided by the plugin: with a `ZapVersions.xml` from an add-on. +[Unreleased]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.11.0...HEAD [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 [0.9.0]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.8.0...v0.9.0 diff --git a/build.gradle.kts b/build.gradle.kts index 5014c43..ae4ebd7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "org.zaproxy.gradle" -version = "0.11.0" +version = "0.12.0-SNAPSHOT" dependencies { implementation("commons-codec:commons-codec:1.15")