diff --git a/addOns/alertFilters/CHANGELOG.md b/addOns/alertFilters/CHANGELOG.md index 9936ef18961..9c0eea0301f 100644 --- a/addOns/alertFilters/CHANGELOG.md +++ b/addOns/alertFilters/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 +## [18] - 2023-10-12 ### Changed - Update minimum ZAP version to 2.14.0. - Maintenance changes. @@ -113,6 +113,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - First version +[18]: https://github.com/zaproxy/zap-extensions/releases/alertFilters-v18 [17]: https://github.com/zaproxy/zap-extensions/releases/alertFilters-v17 [16]: https://github.com/zaproxy/zap-extensions/releases/alertFilters-v16 [15]: https://github.com/zaproxy/zap-extensions/releases/alertFilters-v15 diff --git a/addOns/alertFilters/gradle.properties b/addOns/alertFilters/gradle.properties index 7ce455c7493..a6e3cee55ac 100644 --- a/addOns/alertFilters/gradle.properties +++ b/addOns/alertFilters/gradle.properties @@ -1,2 +1,2 @@ version=18 -release=false +release=true diff --git a/addOns/ascanrules/CHANGELOG.md b/addOns/ascanrules/CHANGELOG.md index 3a46c8c733a..453da02aadc 100644 --- a/addOns/ascanrules/CHANGELOG.md +++ b/addOns/ascanrules/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 +## [58] - 2023-10-12 ### Changed - Update minimum ZAP version to 2.14.0. @@ -444,6 +444,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +[58]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v58 [57]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v57 [56]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v56 [55]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v55 diff --git a/addOns/ascanrules/gradle.properties b/addOns/ascanrules/gradle.properties index 60ed7da6831..2ca234119ba 100644 --- a/addOns/ascanrules/gradle.properties +++ b/addOns/ascanrules/gradle.properties @@ -1,2 +1,2 @@ version=58 -release=false +release=true diff --git a/addOns/authhelper/CHANGELOG.md b/addOns/authhelper/CHANGELOG.md index 83c391bdb01..f7c2504515a 100644 --- a/addOns/authhelper/CHANGELOG.md +++ b/addOns/authhelper/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.10.0] - 2023-10-12 ### Changed - Update minimum ZAP version to 2.14.0. - Maintenance changes. @@ -68,6 +68,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - Support of authentication request identification and configuration. +[0.10.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.10.0 [0.9.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.9.0 [0.8.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.8.0 [0.7.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.7.0 diff --git a/addOns/authhelper/gradle.properties b/addOns/authhelper/gradle.properties index 6d22e9abe52..6933721f3d1 100644 --- a/addOns/authhelper/gradle.properties +++ b/addOns/authhelper/gradle.properties @@ -1,2 +1,2 @@ version=0.10.0 -release=false +release=true diff --git a/addOns/automation/CHANGELOG.md b/addOns/automation/CHANGELOG.md index 36ed777df9a..5ef4cd33d45 100644 --- a/addOns/automation/CHANGELOG.md +++ b/addOns/automation/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.33.0] - 2023-10-12 ### Changed - Update minimum ZAP version to 2.14.0. @@ -313,6 +313,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - First version. +[0.33.0]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.33.0 [0.32.0]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.32.0 [0.31.0]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.31.0 [0.30.0]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.30.0 diff --git a/addOns/automation/gradle.properties b/addOns/automation/gradle.properties index 38d293680bb..9df2f4c635b 100644 --- a/addOns/automation/gradle.properties +++ b/addOns/automation/gradle.properties @@ -1,2 +1,2 @@ version=0.33.0 -release=false +release=true diff --git a/addOns/bruteforce/CHANGELOG.md b/addOns/bruteforce/CHANGELOG.md index 92d19033b41..804d5a5eb72 100644 --- a/addOns/bruteforce/CHANGELOG.md +++ b/addOns/bruteforce/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 +## [15] - 2023-10-12 ### Changed - Update minimum ZAP version to 2.14.0. - Maintenance changes. @@ -96,6 +96,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - First release as an add-on, previously bundled with ZAP core. +[15]: https://github.com/zaproxy/zap-extensions/releases/bruteforce-v15 [14]: https://github.com/zaproxy/zap-extensions/releases/bruteforce-v14 [13]: https://github.com/zaproxy/zap-extensions/releases/bruteforce-v13 [12]: https://github.com/zaproxy/zap-extensions/releases/bruteforce-v12 diff --git a/addOns/bruteforce/gradle.properties b/addOns/bruteforce/gradle.properties index 08c2389715f..14a05f7b90b 100644 --- a/addOns/bruteforce/gradle.properties +++ b/addOns/bruteforce/gradle.properties @@ -1,2 +1,2 @@ version=15 -release=false +release=true diff --git a/addOns/callhome/CHANGELOG.md b/addOns/callhome/CHANGELOG.md index 784564a73ec..d829553e31d 100644 --- a/addOns/callhome/CHANGELOG.md +++ b/addOns/callhome/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.8.0] - 2023-10-12 ### Changed - Update minimum ZAP version to 2.14.0. - Maintenance changes. @@ -64,6 +64,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - First version supports Check for Updates and News calls. +[0.8.0]: https://github.com/zaproxy/zap-extensions/releases/callhome-v0.8.0 [0.7.0]: https://github.com/zaproxy/zap-extensions/releases/callhome-v0.7.0 [0.6.0]: https://github.com/zaproxy/zap-extensions/releases/callhome-v0.6.0 [0.5.0]: https://github.com/zaproxy/zap-extensions/releases/callhome-v0.5.0 diff --git a/addOns/callhome/gradle.properties b/addOns/callhome/gradle.properties index 2a0ce7fc7a6..e5365b16e1a 100644 --- a/addOns/callhome/gradle.properties +++ b/addOns/callhome/gradle.properties @@ -1,2 +1,2 @@ version=0.8.0 -release=false +release=true diff --git a/addOns/commonlib/CHANGELOG.md b/addOns/commonlib/CHANGELOG.md index d9a4a286548..d5b95657689 100644 --- a/addOns/commonlib/CHANGELOG.md +++ b/addOns/commonlib/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 +## [1.18.0] - 2023-10-12 ### Changed - Update minimum ZAP version to 2.14.0. - Add solution to 'Brute Forcing Log-in Credentials', 'Brute Forcing Session Identifiers' and 'Brute Forcing Directories and Files' vulnerabilities (Issue 8056). @@ -119,6 +119,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 First version. +[1.18.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.18.0 [1.17.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.17.0 [1.16.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.16.0 [1.15.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.15.0 diff --git a/addOns/commonlib/gradle.properties b/addOns/commonlib/gradle.properties index d15c3a13fbc..175dabe1d2d 100644 --- a/addOns/commonlib/gradle.properties +++ b/addOns/commonlib/gradle.properties @@ -1,5 +1,5 @@ version=1.18.0 -release=false +release=true zap.maven.publish=true zap.maven.pom.inceptionyear=2020 zap.japicmp=true diff --git a/addOns/database/CHANGELOG.md b/addOns/database/CHANGELOG.md index 3bf3f509f40..04a460dd8fb 100644 --- a/addOns/database/CHANGELOG.md +++ b/addOns/database/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.3.0] - 2023-10-12 ### Changed - Update minimum ZAP version to 2.14.0. @@ -19,5 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Provides the SQLite database engine for other add-ons to use. - Support for the ZAP permanent database. +[0.3.0]: https://github.com/zaproxy/zap-extensions/releases/database-v0.3.0 [0.2.0]: https://github.com/zaproxy/zap-extensions/releases/database-v0.2.0 [0.1.0]: https://github.com/zaproxy/zap-extensions/releases/database-v0.1.0 diff --git a/addOns/database/gradle.properties b/addOns/database/gradle.properties index d34ea747220..329968fe2f5 100644 --- a/addOns/database/gradle.properties +++ b/addOns/database/gradle.properties @@ -1,2 +1,2 @@ version=0.3.0 -release=false +release=true diff --git a/addOns/diff/CHANGELOG.md b/addOns/diff/CHANGELOG.md index ccf255028ec..02bab6fe30f 100644 --- a/addOns/diff/CHANGELOG.md +++ b/addOns/diff/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 +## [14] - 2023-10-12 ### Changed - Update minimum ZAP version to 2.14.0. - Maintenance changes. @@ -71,6 +71,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - First version. +[14]: https://github.com/zaproxy/zap-extensions/releases/diff-v14 [13]: https://github.com/zaproxy/zap-extensions/releases/diff-v13 [12]: https://github.com/zaproxy/zap-extensions/releases/diff-v12 [11]: https://github.com/zaproxy/zap-extensions/releases/diff-v11 diff --git a/addOns/diff/gradle.properties b/addOns/diff/gradle.properties index aa26d6287b4..212135f0a8c 100644 --- a/addOns/diff/gradle.properties +++ b/addOns/diff/gradle.properties @@ -1,2 +1,2 @@ version=14 -release=false +release=true diff --git a/addOns/directorylistv1/CHANGELOG.md b/addOns/directorylistv1/CHANGELOG.md index 24362cb6300..50757926194 100644 --- a/addOns/directorylistv1/CHANGELOG.md +++ b/addOns/directorylistv1/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 +## [7] - 2023-10-12 ### Changed - Update minimum ZAP version to 2.14.0. @@ -37,6 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - First release as an add-on, previously bundled with ZAP core. +[7]: https://github.com/zaproxy/zap-extensions/releases/directorylistv1-v7 [6]: https://github.com/zaproxy/zap-extensions/releases/directorylistv1-v6 [5]: https://github.com/zaproxy/zap-extensions/releases/directorylistv1-v5 [4]: https://github.com/zaproxy/zap-extensions/releases/directorylistv1-v4 diff --git a/addOns/directorylistv1/gradle.properties b/addOns/directorylistv1/gradle.properties index d878c61656b..c1965c63a51 100644 --- a/addOns/directorylistv1/gradle.properties +++ b/addOns/directorylistv1/gradle.properties @@ -1,2 +1,2 @@ version=7 -release=false +release=true diff --git a/addOns/domxss/CHANGELOG.md b/addOns/domxss/CHANGELOG.md index 2a62997f743..a479d9b1f9d 100644 --- a/addOns/domxss/CHANGELOG.md +++ b/addOns/domxss/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 +## [18] - 2023-10-12 ### Changed - Update minimum ZAP version to 2.14.0. @@ -113,6 +113,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## 1 - 2015-08-24 +[18]: https://github.com/zaproxy/zap-extensions/releases/domxss-v18 [17]: https://github.com/zaproxy/zap-extensions/releases/domxss-v17 [16]: https://github.com/zaproxy/zap-extensions/releases/domxss-v16 [15]: https://github.com/zaproxy/zap-extensions/releases/domxss-v15 diff --git a/addOns/domxss/gradle.properties b/addOns/domxss/gradle.properties index 7ce455c7493..a6e3cee55ac 100644 --- a/addOns/domxss/gradle.properties +++ b/addOns/domxss/gradle.properties @@ -1,2 +1,2 @@ version=18 -release=false +release=true diff --git a/addOns/encoder/CHANGELOG.md b/addOns/encoder/CHANGELOG.md index 4f7b2f7ef40..2753570f32e 100644 --- a/addOns/encoder/CHANGELOG.md +++ b/addOns/encoder/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 +## [1.4.0] - 2023-10-12 ### Changed - Update minimum ZAP version to 2.14.0. @@ -93,6 +93,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First version. +[1.4.0]: https://github.com/zaproxy/zap-extensions/releases/encoder-v1.4.0 [1.3.0]: https://github.com/zaproxy/zap-extensions/releases/encoder-v1.3.0 [1.2.0]: https://github.com/zaproxy/zap-extensions/releases/encoder-v1.2.0 [1.1.0]: https://github.com/zaproxy/zap-extensions/releases/encoder-v1.1.0 diff --git a/addOns/encoder/gradle.properties b/addOns/encoder/gradle.properties index a12e8ac1e65..8f79b64b16f 100644 --- a/addOns/encoder/gradle.properties +++ b/addOns/encoder/gradle.properties @@ -1,2 +1,2 @@ version=1.4.0 -release=false +release=true diff --git a/addOns/postman/CHANGELOG.md b/addOns/postman/CHANGELOG.md index ade819b6801..13ad3904327 100644 --- a/addOns/postman/CHANGELOG.md +++ b/addOns/postman/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.2.0] - 2023-10-12 ### Changed - Update minimum ZAP version to 2.14.0. @@ -15,5 +15,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - First version. +[0.2.0]: https://github.com/zaproxy/zap-extensions/releases/postman-v0.2.0 [0.1.0]: https://github.com/zaproxy/zap-extensions/releases/postman-v0.1.0 [0.0.1]: https://github.com/zaproxy/zap-extensions/releases/postman-v0.0.1 diff --git a/addOns/postman/gradle.properties b/addOns/postman/gradle.properties index 3ebeb24193e..94a7e70e662 100644 --- a/addOns/postman/gradle.properties +++ b/addOns/postman/gradle.properties @@ -1,2 +1,2 @@ version=0.2.0 -release=false +release=true