diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d39d8642..a6e36e05f 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.16.0] - 2023-01-25 ### Added - Added Clear Button to History and WebSockets Tab (Issue 411). ### Fixed @@ -163,7 +163,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.15.0...HEAD +[0.16.0]: https://github.com/zaproxy/zap-hud/compare/v0.15.0...v0.16.0 [0.15.0]: https://github.com/zaproxy/zap-hud/compare/v0.14.0...v0.15.0 [0.14.0]: https://github.com/zaproxy/zap-hud/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/zaproxy/zap-hud/compare/v0.12.0...v0.13.0 diff --git a/gradle.properties b/gradle.properties index 189a2c9b5..212bb27cc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ version=0.16.0 -release=false +release=true