diff --git a/addOns/retire/CHANGELOG.md b/addOns/retire/CHANGELOG.md index 167bfd0378b..74113e38934 100644 --- a/addOns/retire/CHANGELOG.md +++ b/addOns/retire/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 +## [0.54.0] - 2026-02-24 ### Changed - Updated with upstream retire.js pattern changes. - Now only loads the data once (Issue 9103). @@ -285,6 +285,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - First release. +[0.54.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.54.0 [0.53.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.53.0 [0.52.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.52.0 [0.51.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.51.0 diff --git a/addOns/retire/gradle.properties b/addOns/retire/gradle.properties index 92ffc5116c2..0f7afa1727f 100644 --- a/addOns/retire/gradle.properties +++ b/addOns/retire/gradle.properties @@ -1,2 +1,2 @@ version=0.54.0 -release=false +release=true diff --git a/addOns/selenium/CHANGELOG.md b/addOns/selenium/CHANGELOG.md index bc3b2a51bd5..a4d1cbe63e4 100644 --- a/addOns/selenium/CHANGELOG.md +++ b/addOns/selenium/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 +## [15.44.0] - 2026-02-24 ### Added - Support for custom browsers - Support for browser preferences @@ -344,6 +344,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated to Selenium 2.45 and moved to release +[15.44.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.44.0 [15.43.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.43.0 [15.42.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.42.0 [15.41.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.41.0 diff --git a/addOns/selenium/gradle.properties b/addOns/selenium/gradle.properties index 4d77ff2f097..2db0724e5fd 100644 --- a/addOns/selenium/gradle.properties +++ b/addOns/selenium/gradle.properties @@ -1,4 +1,4 @@ version=15.44.0 -release=false +release=true zap.maven.publish=true zap.maven.pom.inceptionyear=2015 diff --git a/addOns/spider/CHANGELOG.md b/addOns/spider/CHANGELOG.md index f743b1d866b..1c026fe7d93 100644 --- a/addOns/spider/CHANGELOG.md +++ b/addOns/spider/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 +## [0.19.0] - 2026-02-24 ### Changed - Maintenance changes. @@ -159,6 +159,7 @@ The following table illustrates the changes versus the previous core release(s) | | SVG image files are parsed to identify HREF attributes and extract/resolve any contained links. (Issue 4984) | | | Irrelevant Parameters - Allows to manage the parameters that should be removed when canonicalising the URLs found. The session token names defined in the HTTP Sessions options are taken into account and removed (Issue 4388). | +[0.19.0]: https://github.com/zaproxy/zap-extensions/releases/spider-v0.19.0 [0.18.0]: https://github.com/zaproxy/zap-extensions/releases/spider-v0.18.0 [0.17.0]: https://github.com/zaproxy/zap-extensions/releases/spider-v0.17.0 [0.16.0]: https://github.com/zaproxy/zap-extensions/releases/spider-v0.16.0 diff --git a/addOns/spider/gradle.properties b/addOns/spider/gradle.properties index cde5fe8cd42..efb8f598959 100644 --- a/addOns/spider/gradle.properties +++ b/addOns/spider/gradle.properties @@ -1,5 +1,5 @@ version=0.19.0 -release=false +release=true zap.maven.publish=true zap.maven.pom.inceptionyear=2022 zap.japicmp=true diff --git a/addOns/wappalyzer/CHANGELOG.md b/addOns/wappalyzer/CHANGELOG.md index 7762fbafd4a..cba7721047c 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.53.0] - 2026-02-24 ### Changed - Updated with enthec upstream icon and pattern changes. - Dependency update. @@ -454,6 +454,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - First version +[21.53.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.53.0 [21.52.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.52.0 [21.51.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.51.0 [21.50.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.50.0 diff --git a/addOns/wappalyzer/gradle.properties b/addOns/wappalyzer/gradle.properties index 83ecfcb41de..bd9862e0351 100644 --- a/addOns/wappalyzer/gradle.properties +++ b/addOns/wappalyzer/gradle.properties @@ -1,2 +1,2 @@ version=21.53.0 -release=false +release=true