From 23a8180d869d8417ad9c28c4133af5f39aa0205f Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Thu, 12 Oct 2023 12:15:51 +0000 Subject: [PATCH] Prepare next dev iteration Update version and changelog. Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ gradle.properties | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a8e6383..3f0f4e03a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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.18.0] - 2023-10-12 ### Changed - Update minimum ZAP version to 2.14.0. @@ -174,6 +177,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2018-12-03 First alpha release. +[Unreleased]: https://github.com/zaproxy/zap-hud/compare/v0.18.0...HEAD [0.18.0]: https://github.com/zaproxy/zap-hud/compare/v0.17.0...v0.18.0 [0.17.0]: https://github.com/zaproxy/zap-hud/compare/v0.16.0...v0.17.0 [0.16.0]: https://github.com/zaproxy/zap-hud/compare/v0.15.0...v0.16.0 diff --git a/gradle.properties b/gradle.properties index c773f68e3..a1791199c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=0.18.0 -release=true +version=0.19.0 +release=false