From bb874a39c305b1585ad1935b690c4664e50c750e Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:38:52 +0000 Subject: [PATCH] Release version 19 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 f896115c..da555133 100644 --- a/CHANGELOG.md +++ b/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] - 2024-07-01 ### Added - extender/arpSyndicateSubdomainDiscovery.js - uses the API of [ARPSyndicate's Subdomain Center](https://www.subdomain.center/) to find and add subdomains to the Sites Tree. @@ -255,7 +255,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - First packaged version -[Unreleased]: https://github.com/zaproxy/community-scripts/compare/v18...HEAD +[19]: https://github.com/zaproxy/community-scripts/compare/v18...v19 [18]: https://github.com/zaproxy/community-scripts/compare/v17...v18 [17]: https://github.com/zaproxy/community-scripts/compare/v16...v17 [16]: https://github.com/zaproxy/community-scripts/compare/v15...v16 diff --git a/gradle.properties b/gradle.properties index 13ae5ccc..918ecc16 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ version=19 -release=false +release=true