From c2ade54e6c30a4be1f8144f8bb40bd204fb4683c Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Mon, 7 Mar 2022 12:35:28 +0000 Subject: [PATCH] Release add-on(s) Release the following add-ons: - Common Library version 1.8.0 - Import/Export version 0.1.0 Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- addOns/commonlib/CHANGELOG.md | 3 ++- addOns/commonlib/gradle.properties | 2 +- addOns/exim/CHANGELOG.md | 3 ++- addOns/exim/gradle.properties | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/addOns/commonlib/CHANGELOG.md b/addOns/commonlib/CHANGELOG.md index 9b45eb779c0..bae0d4d3dfa 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.8.0] - 2022-03-07 ### Added - A generic component for displaying progress, such as when importing an openapi definition (Issue 6783). @@ -61,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 First version. +[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 [1.5.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.5.0 diff --git a/addOns/commonlib/gradle.properties b/addOns/commonlib/gradle.properties index 5c3467a0fb5..de4a34e398e 100644 --- a/addOns/commonlib/gradle.properties +++ b/addOns/commonlib/gradle.properties @@ -1,2 +1,2 @@ version=1.8.0 -release=false +release=true diff --git a/addOns/exim/CHANGELOG.md b/addOns/exim/CHANGELOG.md index 9264c0b9ef6..c131c6cef22 100644 --- a/addOns/exim/CHANGELOG.md +++ b/addOns/exim/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.1.0] - 2022-03-07 ### Changed - Reduce logging and display a warning dialog when unable to read files being imported (Issue 7081). - Promoted to Beta. @@ -16,4 +16,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - First release. +[0.1.0]: https://github.com/zaproxy/zap-extensions/releases/exim-v0.1.0 [0.0.1]: https://github.com/zaproxy/zap-extensions/releases/exim-v0.0.1 diff --git a/addOns/exim/gradle.properties b/addOns/exim/gradle.properties index 0ea36b1d480..b4cea9cebd6 100644 --- a/addOns/exim/gradle.properties +++ b/addOns/exim/gradle.properties @@ -1,2 +1,2 @@ version=0.1.0 -release=false +release=true