diff --git a/addOns/help/CHANGELOG.md b/addOns/help/CHANGELOG.md index b764b39b..90c9a0d2 100644 --- a/addOns/help/CHANGELOG.md +++ b/addOns/help/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## [19] - 2025-01-10 ### Added - Details for setting Gnome proxy settings. - History -> Alert tag details. @@ -96,6 +96,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - First version. +[19]: https://github.com/zaproxy/zap-core-help/releases/help-v19 [18]: https://github.com/zaproxy/zap-core-help/releases/help-v18 [17]: https://github.com/zaproxy/zap-core-help/releases/help-v17 [16]: https://github.com/zaproxy/zap-core-help/releases/help-v16 diff --git a/addOns/help/gradle.properties b/addOns/help/gradle.properties index 13ae5ccc..918ecc16 100644 --- a/addOns/help/gradle.properties +++ b/addOns/help/gradle.properties @@ -1,2 +1,2 @@ version=19 -release=false +release=true