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