From d8604c73e5bb1cfcd190be7ce7e4b44322bcd8df Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:47:32 +0000 Subject: [PATCH] Prepare next dev iteration(s) Update version and changelog for: - Authentication Helper Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- addOns/authhelper/CHANGELOG.md | 3 +++ addOns/authhelper/gradle.properties | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/addOns/authhelper/CHANGELOG.md b/addOns/authhelper/CHANGELOG.md index 2662e8c62d3..897bfce109f 100644 --- a/addOns/authhelper/CHANGELOG.md +++ b/addOns/authhelper/CHANGELOG.md @@ -3,6 +3,9 @@ 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). diff --git a/addOns/authhelper/gradle.properties b/addOns/authhelper/gradle.properties index 212bb27cc0b..8887da21dc4 100644 --- a/addOns/authhelper/gradle.properties +++ b/addOns/authhelper/gradle.properties @@ -1,2 +1,2 @@ -version=0.16.0 -release=true +version=0.17.0 +release=false