From 81b1ab64ebf5d7435cec0fbe545930767a87f7cc Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Fri, 18 Feb 2022 15:55:41 +0000 Subject: [PATCH] Release add-on(s) Release the following add-ons: - OAST Support version 0.10.0 Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- addOns/oast/CHANGELOG.md | 3 ++- addOns/oast/gradle.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/addOns/oast/CHANGELOG.md b/addOns/oast/CHANGELOG.md index 4d8143bc3d2..31913197f92 100644 --- a/addOns/oast/CHANGELOG.md +++ b/addOns/oast/CHANGELOG.md @@ -5,7 +5,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.10.0] - 2022-02-18 ### Added - The following two statistics for each OAST service: - `stats.oast..payloadsGenerated` @@ -102,6 +102,7 @@ Button is disabled in that case. ## [0.1.0] - 2021-08-04 +[0.10.0]: https://github.com/zaproxy/zap-extensions/releases/oast-v0.10.0 [0.9.0]: https://github.com/zaproxy/zap-extensions/releases/oast-v0.9.0 [0.8.0]: https://github.com/zaproxy/zap-extensions/releases/oast-v0.8.0 [0.7.0]: https://github.com/zaproxy/zap-extensions/releases/oast-v0.7.0 diff --git a/addOns/oast/gradle.properties b/addOns/oast/gradle.properties index 6d22e9abe52..6933721f3d1 100644 --- a/addOns/oast/gradle.properties +++ b/addOns/oast/gradle.properties @@ -1,2 +1,2 @@ version=0.10.0 -release=false +release=true