From 40b3c7ea2ba5bdca8ac975c1fa6bad215b3e7dbc Mon Sep 17 00:00:00 2001 From: thc202 Date: Thu, 23 Jan 2025 09:08:37 +0000 Subject: [PATCH] Release 0.23.0 Set version to 0.23.0 and update changelog. Signed-off-by: thc202 --- CHANGELOG.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2097042..c29105e 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.23.0] - 2025-01-23 ### Changed - Update Selenium to version 4.28.0. - Update minimum Java version to 17. @@ -123,7 +123,7 @@ name remains the same for compatibility with previous versions. ## [0.3] - 2013-09-10 ## [0.2] - 2013-07-18 -[Unreleased]: https://github.com/zaproxy/zest/compare/0.22.0...HEAD +[0.23.0]: https://github.com/zaproxy/zest/compare/0.22.0...0.23.0 [0.22.0]: https://github.com/zaproxy/zest/compare/0.21.0...0.22.0 [0.21.0]: https://github.com/zaproxy/zest/compare/0.20.0...0.21.0 [0.20.0]: https://github.com/zaproxy/zest/compare/0.19.0...0.20.0 diff --git a/build.gradle b/build.gradle index 430d237..073a6e8 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ java { } group 'org.zaproxy' -version '0.23.0-SNAPSHOT' +version '0.23.0' application { mainClass.set("org.zaproxy.zest.impl.CmdLine")