Skip to content

Commit 27e89dc

Browse files
authored
Merge pull request #1356 from zapbot/release
Release version 0.19.0
2 parents c412acb + ba0671f commit 27e89dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.19.0] - 2024-05-07
88
### Changed
99
- Update minimum ZAP version to 2.15.0.
1010
- 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
179179
## [0.1.0] - 2018-12-03
180180
First alpha release.
181181

182-
[Unreleased]: https://github.com/zaproxy/zap-hud/compare/v0.18.0...HEAD
182+
[0.19.0]: https://github.com/zaproxy/zap-hud/compare/v0.18.0...v0.19.0
183183
[0.18.0]: https://github.com/zaproxy/zap-hud/compare/v0.17.0...v0.18.0
184184
[0.17.0]: https://github.com/zaproxy/zap-hud/compare/v0.16.0...v0.17.0
185185
[0.16.0]: https://github.com/zaproxy/zap-hud/compare/v0.15.0...v0.16.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=0.19.0
2-
release=false
2+
release=true

0 commit comments

Comments
 (0)