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