From 95f34a4661ead2e101a212ccbf62046ba0f6318a Mon Sep 17 00:00:00 2001 From: Kal Ahmed Date: Mon, 11 May 2026 11:20:23 +0100 Subject: [PATCH 1/4] Update changelog for 5.0.1 release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d952faf..cb0a384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project from 2026-04-27 onward will be documented in The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [5.0.1] - 2026-05-11 ### Security From 45a42b9506e4f8466079f2598bd0c90a542bd894 Mon Sep 17 00:00:00 2001 From: Kal Ahmed Date: Mon, 11 May 2026 11:20:52 +0100 Subject: [PATCH 2/4] [maven-release-plugin] prepare release appbase-security-5.0.1 [ci skip] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 64e5f24..a23a0e5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,12 +3,12 @@ com.epimorphics appbase-security jar - 5.0.1-SNAPSHOT + 5.0.1 Appbase security scm:git:git@github.com:epimorphics/appbase-security.git - HEAD + appbase-security-5.0.1 From 3a0fa09f0c7284bef1cdd15e3ac10e52b7e2bc31 Mon Sep 17 00:00:00 2001 From: Kal Ahmed Date: Mon, 11 May 2026 11:20:56 +0100 Subject: [PATCH 3/4] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a23a0e5..8aaa514 100644 --- a/pom.xml +++ b/pom.xml @@ -3,12 +3,12 @@ com.epimorphics appbase-security jar - 5.0.1 + 5.0.2-SNAPSHOT Appbase security scm:git:git@github.com:epimorphics/appbase-security.git - appbase-security-5.0.1 + HEAD From ebce8d5d3c0d12b1f82b3da92e97f074f6b8e166 Mon Sep 17 00:00:00 2001 From: Kal Ahmed Date: Mon, 11 May 2026 11:21:56 +0100 Subject: [PATCH 4/4] Update changelog for next release --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb0a384..6463118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project from 2026-04-27 onward will be documented in The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + ## [5.0.1] - 2026-05-11 ### Security