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