From 3f1c140d3c5c5867b13ba8b7c0f12b558ff15570 Mon Sep 17 00:00:00 2001 From: thc202 Date: Mon, 17 Jun 2024 10:08:51 +0100 Subject: [PATCH] Release version 0.11.0 Update CHANGELOG and build.gradle.kts. Signed-off-by: thc202 --- CHANGELOG.md | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f25f667..f84f3ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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. - Update ZAP API client to version 1.14.0. @@ -234,7 +234,7 @@ Provided by the plugin: with a `ZapVersions.xml` from an add-on. -[Unreleased]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.10.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 [0.8.0]: https://github.com/zaproxy/gradle-plugin-add-on/compare/v0.7.0...v0.8.0 diff --git a/build.gradle.kts b/build.gradle.kts index 51640b2..5014c43 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "org.zaproxy.gradle" -version = "0.11.0-SNAPSHOT" +version = "0.11.0" dependencies { implementation("commons-codec:commons-codec:1.15")