From ae03244f6dc39b3cf2717e8cd2b71301a7ddf9f1 Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:43:22 +0000 Subject: [PATCH] Release version 5 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 0dd9fe5..c19de8e 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] +## [5] - 2024-01-11 ### Changed - Update minimum ZAP version to 2.14.0. - Updated help and description to say this may cause problems with anti-virus tools (Issue 8297). @@ -30,7 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). First version. -[Unreleased]: https://github.com/zaproxy/fuzzdb-offensive/compare/v4...HEAD +[5]: https://github.com/zaproxy/fuzzdb-offensive/compare/v4...v5 [4]: https://github.com/zaproxy/fuzzdb-offensive/compare/v3...v4 [3]: https://github.com/zaproxy/fuzzdb-offensive/compare/v2...v3 [2]: https://github.com/zaproxy/fuzzdb-offensive/compare/v1...v2 diff --git a/gradle.properties b/gradle.properties index a456304..1bc15cd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ version=5 -release=false +release=true