From 555d301f1dccb7dbf58cfe0a7df3b52ec4cb46b9 Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:37:34 +0000 Subject: [PATCH] Release add-on(s) Release the following add-ons: - Authentication Helper version 0.16.0 Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- addOns/authhelper/CHANGELOG.md | 3 ++- addOns/authhelper/gradle.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/addOns/authhelper/CHANGELOG.md b/addOns/authhelper/CHANGELOG.md index 09088693dc2..2662e8c62d3 100644 --- a/addOns/authhelper/CHANGELOG.md +++ b/addOns/authhelper/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 +## [0.16.0] - 2024-11-06 ### Fixed - Address concurrency issue while passive scanning with the Session Management Response Identified scan rule (Issue 8187). @@ -110,6 +110,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - Support of authentication request identification and configuration. +[0.16.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.16.0 [0.15.1]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.15.1 [0.15.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.15.0 [0.14.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.14.0 diff --git a/addOns/authhelper/gradle.properties b/addOns/authhelper/gradle.properties index 189a2c9b5fe..212bb27cc0b 100644 --- a/addOns/authhelper/gradle.properties +++ b/addOns/authhelper/gradle.properties @@ -1,2 +1,2 @@ version=0.16.0 -release=false +release=true