From a49ba1a2345716e035815774945e054eabd0a6bf Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Sun, 2 Oct 2022 14:17:42 +0000 Subject: [PATCH] Release version 15 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 1a859ab9..9ddfd823 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] +## [15] - 2022-10-02 ### Added - active/RCE.py - active/SSTI.py @@ -168,7 +168,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/v14...HEAD +[15]: https://github.com/zaproxy/community-scripts/compare/v14...v15 [14]: https://github.com/zaproxy/community-scripts/compare/v13...v14 [13]: https://github.com/zaproxy/community-scripts/compare/v12...v13 [12]: https://github.com/zaproxy/community-scripts/compare/v11...v12 diff --git a/gradle.properties b/gradle.properties index 08c23897..14a05f7b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ version=15 -release=false +release=true