From ac0d5c31e062273a8543bb74225e5f7a2d0cca26 Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Fri, 3 Nov 2023 09:55:50 +0000 Subject: [PATCH] Prepare next dev iteration(s) Update version and changelog for: - Call Home - Retire.js - Wappalyzer - Technology Detection Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- addOns/callhome/CHANGELOG.md | 3 +++ addOns/callhome/gradle.properties | 4 ++-- addOns/retire/CHANGELOG.md | 3 +++ addOns/retire/gradle.properties | 4 ++-- addOns/wappalyzer/CHANGELOG.md | 3 +++ addOns/wappalyzer/gradle.properties | 4 ++-- 6 files changed, 15 insertions(+), 6 deletions(-) diff --git a/addOns/callhome/CHANGELOG.md b/addOns/callhome/CHANGELOG.md index b796b5df67d..0934b9a50df 100644 --- a/addOns/callhome/CHANGELOG.md +++ b/addOns/callhome/CHANGELOG.md @@ -3,6 +3,9 @@ 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 + + ## [0.10.0] - 2023-11-03 ### Changed - Add error stats to telemetry. diff --git a/addOns/callhome/gradle.properties b/addOns/callhome/gradle.properties index 6933721f3d1..5f893613d92 100644 --- a/addOns/callhome/gradle.properties +++ b/addOns/callhome/gradle.properties @@ -1,2 +1,2 @@ -version=0.10.0 -release=true +version=0.11.0 +release=false diff --git a/addOns/retire/CHANGELOG.md b/addOns/retire/CHANGELOG.md index 00d3f2059e2..eb58313f6d0 100644 --- a/addOns/retire/CHANGELOG.md +++ b/addOns/retire/CHANGELOG.md @@ -3,6 +3,9 @@ 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 + + ## [0.27.0] - 2023-11-03 ### Changed - Updated with upstream retire.js pattern changes. diff --git a/addOns/retire/gradle.properties b/addOns/retire/gradle.properties index 9dfa0208dbf..3c176c26449 100644 --- a/addOns/retire/gradle.properties +++ b/addOns/retire/gradle.properties @@ -1,2 +1,2 @@ -version=0.27.0 -release=true +version=0.28.0 +release=false diff --git a/addOns/wappalyzer/CHANGELOG.md b/addOns/wappalyzer/CHANGELOG.md index f2a558f1be9..5cc868f1948 100644 --- a/addOns/wappalyzer/CHANGELOG.md +++ b/addOns/wappalyzer/CHANGELOG.md @@ -3,6 +3,9 @@ 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.27.0] - 2023-11-03 ### Changed - Updated with enthec upstream icon and pattern changes. diff --git a/addOns/wappalyzer/gradle.properties b/addOns/wappalyzer/gradle.properties index 31311d53fb6..c6c4f7a042b 100644 --- a/addOns/wappalyzer/gradle.properties +++ b/addOns/wappalyzer/gradle.properties @@ -1,2 +1,2 @@ -version=21.27.0 -release=true +version=21.28.0 +release=false