From 18f1db35cd1cbce5d2b75854b1a1c75026079556 Mon Sep 17 00:00:00 2001 From: kingthorin Date: Wed, 12 Feb 2025 16:59:12 +0000 Subject: [PATCH] Release version 1.7.0 Update changelog with release date and link to tag. Signed-off-by: kingthorin --- CHANGELOG.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bd7784..598d8ac 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] +## [1.7.0] - 2025-02-12 ### Changed - Maintenance changes. - Updates to work appropriately with ZAP 2.16 and the Passive Scan Add-on. @@ -57,7 +57,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Initial laser version. -[Unreleased]: https://github.com/kingthorin/neonmarker/compare/v1.6.0...HEAD +[1.7.0]: https://github.com/kingthorin/neonmarker/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/kingthorin/neonmarker/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/kingthorin/neonmarker/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/kingthorin/neonmarker/compare/v1.3.0...v1.4.0 diff --git a/gradle.properties b/gradle.properties index ecd66b6..5c01afb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ version=1.7.0 -release=false +release=true