From 385c8d76db15d9168cba788118b5771ec503dde0 Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Mon, 21 Mar 2022 11:12:43 +0000 Subject: [PATCH] Release add-on(s) Release the following add-ons: - Active scanner rules version 46 - Common Library version 1.9.0 Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- addOns/ascanrules/CHANGELOG.md | 3 ++- addOns/ascanrules/gradle.properties | 2 +- addOns/commonlib/CHANGELOG.md | 3 ++- addOns/commonlib/gradle.properties | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/addOns/ascanrules/CHANGELOG.md b/addOns/ascanrules/CHANGELOG.md index 2047f7a3854..c51fdd6f23b 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 +## [46] - 2022-03-21 ### Changed - Maintenance changes. @@ -304,6 +304,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +[46]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v46 [45]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v45 [44]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v44 [43]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v43 diff --git a/addOns/ascanrules/gradle.properties b/addOns/ascanrules/gradle.properties index e26a3d0e0fe..dd23756b7b9 100644 --- a/addOns/ascanrules/gradle.properties +++ b/addOns/ascanrules/gradle.properties @@ -1,2 +1,2 @@ version=46 -release=false +release=true diff --git a/addOns/commonlib/CHANGELOG.md b/addOns/commonlib/CHANGELOG.md index 9f5f6292b41..050b7e03677 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.9.0] - 2022-03-21 ### Changed - Maintenance changes. @@ -65,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 First version. +[1.9.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.9.0 [1.8.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.8.0 [1.7.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.7.0 [1.6.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.6.0 diff --git a/addOns/commonlib/gradle.properties b/addOns/commonlib/gradle.properties index 8d18550ad17..d1e00a9d24e 100644 --- a/addOns/commonlib/gradle.properties +++ b/addOns/commonlib/gradle.properties @@ -1,2 +1,2 @@ version=1.9.0 -release=false +release=true