From b41828ddcea329d3fb649a83aeaceef4fdaa8edb Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Wed, 28 Jun 2023 13:06:19 +0000 Subject: [PATCH] Release version 17 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 8d741ae9..3e9a075c 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] +## [17] - 2023-06-28 ### Added - targeted/SQLMapCommandGenerator.js - it will generate and copy sqlmap command based on the request - encode-decode/JwtDecode.js - Decodes JWTs @@ -197,7 +197,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/v16...HEAD +[17]: https://github.com/zaproxy/community-scripts/compare/v16...v17 [16]: https://github.com/zaproxy/community-scripts/compare/v15...v16 [15]: https://github.com/zaproxy/community-scripts/compare/v14...v15 [14]: https://github.com/zaproxy/community-scripts/compare/v13...v14 diff --git a/gradle.properties b/gradle.properties index 5c14454c..bcd7e9ce 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ version=17 -release=false +release=true