From 986f7d81b490c0b254dca5dd4802f90b14a48db5 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Mon, 1 Jun 2026 13:36:47 +0100 Subject: [PATCH] Prepare next dev iteration Signed-off-by: Simon Bennetts --- CHANGELOG.md | 3 +++ build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32b8341..d538b75 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.36.0] - 2026-06-01 ### Changed - Update dependencies. @@ -205,6 +207,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.36.0...HEAD [0.36.0]: https://github.com/zaproxy/zest/compare/0.35.0...0.36.0 [0.35.0]: https://github.com/zaproxy/zest/compare/0.34.0...0.35.0 [0.34.0]: https://github.com/zaproxy/zest/compare/0.33.0...0.34.0 diff --git a/build.gradle b/build.gradle index a6f497c..b6b0251 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ java { } group = 'org.zaproxy' -version = '0.36.0' +version = '0.37.0-SNAPSHOT' application { mainClass.set("org.zaproxy.zest.impl.CmdLine")