From dc6ab4208baa2ec7e330c420d3255ba0211a6773 Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:59:40 +0000 Subject: [PATCH] Release add-on(s) Release the following add-ons: - Passive scanner rules (beta) version 39 - Requester version 7.7.0 - Zest - Graphical Security Scripting Language version 46 Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- addOns/pscanrulesBeta/CHANGELOG.md | 3 ++- addOns/pscanrulesBeta/gradle.properties | 2 +- addOns/requester/CHANGELOG.md | 3 ++- addOns/requester/gradle.properties | 2 +- addOns/zest/CHANGELOG.md | 3 ++- addOns/zest/gradle.properties | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/addOns/pscanrulesBeta/CHANGELOG.md b/addOns/pscanrulesBeta/CHANGELOG.md index c29b2a1df82..b3781c47d12 100644 --- a/addOns/pscanrulesBeta/CHANGELOG.md +++ b/addOns/pscanrulesBeta/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 +## [39] - 2024-06-28 ### Added - More 'polyfill' related domains. @@ -328,6 +328,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Updated to support new addon format +[39]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesBeta-v39 [38]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesBeta-v38 [37]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesBeta-v37 [36]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesBeta-v36 diff --git a/addOns/pscanrulesBeta/gradle.properties b/addOns/pscanrulesBeta/gradle.properties index 64dd9b77c29..387f205d403 100644 --- a/addOns/pscanrulesBeta/gradle.properties +++ b/addOns/pscanrulesBeta/gradle.properties @@ -1,2 +1,2 @@ version=39 -release=false +release=true diff --git a/addOns/requester/CHANGELOG.md b/addOns/requester/CHANGELOG.md index 67969b3cc64..b9f98aa62d3 100644 --- a/addOns/requester/CHANGELOG.md +++ b/addOns/requester/CHANGELOG.md @@ -4,7 +4,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/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [7.7.0] - 2024-06-28 ### Added - Allow to display a message in the editor dialogue. @@ -107,6 +107,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[7.7.0]: https://github.com/zaproxy/zap-extensions/releases/requester-v7.7.0 [7.6.0]: https://github.com/zaproxy/zap-extensions/releases/requester-v7.6.0 [7.5.0]: https://github.com/zaproxy/zap-extensions/releases/requester-v7.5.0 [7.4.0]: https://github.com/zaproxy/zap-extensions/releases/requester-v7.4.0 diff --git a/addOns/requester/gradle.properties b/addOns/requester/gradle.properties index 12c4680fb6e..ee067265742 100644 --- a/addOns/requester/gradle.properties +++ b/addOns/requester/gradle.properties @@ -1,2 +1,2 @@ version=7.7.0 -release=false +release=true diff --git a/addOns/zest/CHANGELOG.md b/addOns/zest/CHANGELOG.md index b9d65c35b3c..2cabfc11f38 100644 --- a/addOns/zest/CHANGELOG.md +++ b/addOns/zest/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 +## [46] - 2024-06-28 ### Added - Document the engine name in the help page. @@ -335,6 +335,7 @@ Sender scripts. (Issue 5590) - Updated for 2.1.0 +[46]: https://github.com/zaproxy/zap-extensions/releases/zest-v46 [45]: https://github.com/zaproxy/zap-extensions/releases/zest-v45 [44]: https://github.com/zaproxy/zap-extensions/releases/zest-v44 [43]: https://github.com/zaproxy/zap-extensions/releases/zest-v43 diff --git a/addOns/zest/gradle.properties b/addOns/zest/gradle.properties index e26a3d0e0fe..dd23756b7b9 100644 --- a/addOns/zest/gradle.properties +++ b/addOns/zest/gradle.properties @@ -1,2 +1,2 @@ version=46 -release=false +release=true