From b33c27887d8acd749745d2d5696fa901bfc48f63 Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Fri, 13 Oct 2023 15:32:56 +0000 Subject: [PATCH] Release add-on(s) Release the following add-ons: - Wappalyzer - Technology Detection version 21.25.0 Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- addOns/wappalyzer/CHANGELOG.md | 3 ++- addOns/wappalyzer/gradle.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/addOns/wappalyzer/CHANGELOG.md b/addOns/wappalyzer/CHANGELOG.md index 8a15fcb4656..17deabb26a2 100644 --- a/addOns/wappalyzer/CHANGELOG.md +++ b/addOns/wappalyzer/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 +## [21.25.0] - 2023-10-13 ### Changed - Update minimum ZAP version to 2.14.0. - Moved from Apache batik libraries to weisJ's jsvg library (thus reducing the size of the add-on). @@ -299,6 +299,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - First version +[21.25.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.25.0 [21.24.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.24.0 [21.23.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.23.0 [21.22.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.22.0 diff --git a/addOns/wappalyzer/gradle.properties b/addOns/wappalyzer/gradle.properties index ef06dfe3b0c..7789c1e77d8 100644 --- a/addOns/wappalyzer/gradle.properties +++ b/addOns/wappalyzer/gradle.properties @@ -1,2 +1,2 @@ version=21.25.0 -release=false +release=true