From 7bd0b168e0b5cd91e769dbe0ad52e3b391961c62 Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Fri, 26 Jun 2026 15:39:33 +0000 Subject: [PATCH] Prepare next dev iteration(s) Update version and changelog for: - Access Control Testing - Active scanner rules - Call Home - Client Side Integration - Passive scanner rules - Quick Start - Selenium Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- addOns/accessControl/CHANGELOG.md | 3 +++ addOns/accessControl/gradle.properties | 4 ++-- addOns/ascanrules/CHANGELOG.md | 3 +++ addOns/ascanrules/gradle.properties | 4 ++-- addOns/callhome/CHANGELOG.md | 3 +++ addOns/callhome/gradle.properties | 4 ++-- addOns/client/CHANGELOG.md | 3 +++ addOns/client/gradle.properties | 4 ++-- addOns/pscanrules/CHANGELOG.md | 3 +++ addOns/pscanrules/gradle.properties | 4 ++-- addOns/quickstart/CHANGELOG.md | 3 +++ addOns/quickstart/gradle.properties | 4 ++-- addOns/selenium/CHANGELOG.md | 3 +++ addOns/selenium/gradle.properties | 4 ++-- 14 files changed, 35 insertions(+), 14 deletions(-) diff --git a/addOns/accessControl/CHANGELOG.md b/addOns/accessControl/CHANGELOG.md index ac38e45bb2f..8d52b9a725d 100644 --- a/addOns/accessControl/CHANGELOG.md +++ b/addOns/accessControl/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 + + ## [13] - 2026-06-26 ### Changed - Formatted JavaScript files for consistency. diff --git a/addOns/accessControl/gradle.properties b/addOns/accessControl/gradle.properties index 6d435cd819b..aa26d6287b4 100644 --- a/addOns/accessControl/gradle.properties +++ b/addOns/accessControl/gradle.properties @@ -1,2 +1,2 @@ -version=13 -release=true +version=14 +release=false diff --git a/addOns/ascanrules/CHANGELOG.md b/addOns/ascanrules/CHANGELOG.md index 0005d848eed..82fdc004d26 100644 --- a/addOns/ascanrules/CHANGELOG.md +++ b/addOns/ascanrules/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 + + ## [83] - 2026-06-26 ### Changed - Updated a reference link for the XSLT Injection scan rule. diff --git a/addOns/ascanrules/gradle.properties b/addOns/ascanrules/gradle.properties index e7b441936de..7087e1629ac 100644 --- a/addOns/ascanrules/gradle.properties +++ b/addOns/ascanrules/gradle.properties @@ -1,2 +1,2 @@ -version=83 -release=true +version=84 +release=false diff --git a/addOns/callhome/CHANGELOG.md b/addOns/callhome/CHANGELOG.md index 62cdf67be25..6583d2acccd 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.22.0] - 2026-06-26 ### Removed - Stop collecting "stats.auth.detect.session.*". diff --git a/addOns/callhome/gradle.properties b/addOns/callhome/gradle.properties index eaf1cc661bb..5a1713708bf 100644 --- a/addOns/callhome/gradle.properties +++ b/addOns/callhome/gradle.properties @@ -1,2 +1,2 @@ -version=0.22.0 -release=true +version=0.23.0 +release=false diff --git a/addOns/client/CHANGELOG.md b/addOns/client/CHANGELOG.md index 54b09bb5e05..c7184943c72 100644 --- a/addOns/client/CHANGELOG.md +++ b/addOns/client/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.28.0] - 2026-06-26 ### Added - Client Spider existingOnly option, e.g. for scan rules. diff --git a/addOns/client/gradle.properties b/addOns/client/gradle.properties index 1793f0a43ba..487e84f1ab6 100644 --- a/addOns/client/gradle.properties +++ b/addOns/client/gradle.properties @@ -1,4 +1,4 @@ -version=0.28.0 -release=true +version=0.29.0 +release=false zap.maven.publish=true zap.maven.pom.inceptionyear=2023 diff --git a/addOns/pscanrules/CHANGELOG.md b/addOns/pscanrules/CHANGELOG.md index 9ce2bd6b64f..6e7ae973485 100644 --- a/addOns/pscanrules/CHANGELOG.md +++ b/addOns/pscanrules/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 + + ## [74] - 2026-06-26 ### Changed - Update dependency. diff --git a/addOns/pscanrules/gradle.properties b/addOns/pscanrules/gradle.properties index 5048aecf1cc..788d9858e76 100644 --- a/addOns/pscanrules/gradle.properties +++ b/addOns/pscanrules/gradle.properties @@ -1,2 +1,2 @@ -version=74 -release=true +version=75 +release=false diff --git a/addOns/quickstart/CHANGELOG.md b/addOns/quickstart/CHANGELOG.md index 8ea3e25359e..e5294866bf2 100644 --- a/addOns/quickstart/CHANGELOG.md +++ b/addOns/quickstart/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 + + ## [57] - 2026-06-26 ### Added - Option to select modern spider. diff --git a/addOns/quickstart/gradle.properties b/addOns/quickstart/gradle.properties index 12b00dd01eb..60ed7da6831 100644 --- a/addOns/quickstart/gradle.properties +++ b/addOns/quickstart/gradle.properties @@ -1,2 +1,2 @@ -version=57 -release=true +version=58 +release=false diff --git a/addOns/selenium/CHANGELOG.md b/addOns/selenium/CHANGELOG.md index bda99a718c8..401f8118b87 100644 --- a/addOns/selenium/CHANGELOG.md +++ b/addOns/selenium/CHANGELOG.md @@ -4,6 +4,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/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + + ## [15.51.0] - 2026-06-26 ### Changed - Update Selenium to version 4.45.0. diff --git a/addOns/selenium/gradle.properties b/addOns/selenium/gradle.properties index b5df1308f91..bc2bb0bc38a 100644 --- a/addOns/selenium/gradle.properties +++ b/addOns/selenium/gradle.properties @@ -1,4 +1,4 @@ -version=15.51.0 -release=true +version=15.52.0 +release=false zap.maven.publish=true zap.maven.pom.inceptionyear=2015