From ba0671f197b1d21dd911daa269e7c0e712d9f9b6 Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Tue, 7 May 2024 16:04:37 +0000 Subject: [PATCH] Release version 0.19.0 Update changelog with release date and link to tag. Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- CHANGELOG.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb52913f..95f5c5629 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.19.0] - 2024-05-07 ### Changed - Update minimum ZAP version to 2.15.0. - Disable the HUD by default - it still works but its flaky, and currently not a focus for us. @@ -179,7 +179,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.19.0]: https://github.com/zaproxy/zap-hud/compare/v0.18.0...v0.19.0 [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 a1791199c..e44a89e04 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ version=0.19.0 -release=false +release=true