From fd4401fba3589902a2c87ee0f284732171079a22 Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Tue, 7 Sep 2021 16:00:10 +0000 Subject: [PATCH] Prepare next dev iteration Update version and changelog. Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ gradle.properties | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18796a40..eae558d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ 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] + + ## [11] - 2021-09-07 ### Added - active/Cross Site WebSocket Hijacking.js > an active scan for Cross-Site WebSocket Hijacking vulnerability @@ -130,6 +133,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - First packaged version +[Unreleased]: https://github.com/zaproxy/community-scripts/compare/v11...HEAD [11]: https://github.com/zaproxy/community-scripts/compare/v10...v11 [10]: https://github.com/zaproxy/community-scripts/compare/v9...v10 [9]: https://github.com/zaproxy/community-scripts/compare/7278617af4bd1bc3d8db41c00a0437bf78ba6e51...v9 diff --git a/gradle.properties b/gradle.properties index 59e8d3cf..f719a06c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=11 -release=true +version=12 +release=false