From ddccd47da1f884eb27948ee83f6e5f2d191689c7 Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Tue, 7 Sep 2021 15:49:18 +0000 Subject: [PATCH] Release version 11 Update changelog with release date and link to tag. Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- CHANGELOG.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b8c9333..18796a40 100644 --- a/CHANGELOG.md +++ b/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] +## [11] - 2021-09-07 ### Added - active/Cross Site WebSocket Hijacking.js > an active scan for Cross-Site WebSocket Hijacking vulnerability - targeted/cve-2021-22214.js > A targeted script to check for Unauthorised SSRF on GitLab - CVE 2021-22214 @@ -130,6 +130,6 @@ 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/v10...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 0c3a5509..59e8d3cf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ version=11 -release=false +release=true