From 2c4a9b62bf79f54bc6c21007081512f0add29cc3 Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:13:03 +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 d92e1dbafef..c8fc6b787e6 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.18.0] - 2025-01-27 ### Changed - Ignore non-displayed fields when selecting the user name and password. diff --git a/addOns/authhelper/gradle.properties b/addOns/authhelper/gradle.properties index c773f68e3be..a1791199c58 100644 --- a/addOns/authhelper/gradle.properties +++ b/addOns/authhelper/gradle.properties @@ -1,2 +1,2 @@ -version=0.18.0 -release=true +version=0.19.0 +release=false