From caff6859a1ebd59170d1653202e5a47eddf78d0a Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Thu, 14 Oct 2021 12:32:36 +0000 Subject: [PATCH] Release version 13 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 e31c9dd8..f472267d 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] +## [13] - 2021-10-14 ### Fixed - targeted/cve-2021-41773-apache-path-trav.js - Set path as escaped so that it's handled properly, set pluginid properly. @@ -144,7 +144,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/v12...HEAD +[13]: https://github.com/zaproxy/community-scripts/compare/v12...v13 [12]: https://github.com/zaproxy/community-scripts/compare/v11...v12 [11]: https://github.com/zaproxy/community-scripts/compare/v10...v11 [10]: https://github.com/zaproxy/community-scripts/compare/v9...v10 diff --git a/gradle.properties b/gradle.properties index 64c21377..6d435cd8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ version=13 -release=false +release=true