From 2035153fd7194496d1f83d348c66ee2e528d3d6a Mon Sep 17 00:00:00 2001 From: Saurabh Jain Date: Tue, 4 Aug 2026 13:02:01 +0200 Subject: [PATCH 1/2] chore(release): v9.1.0 Signed-off-by: Saurabh Jain --- CHANGELOG.md | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 480602c..1a2b669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.1.0] - 2026-08-04 + ### Added - masfeat real wire mapping (#3254 pin-advance batch). `RegistrySummary` diff --git a/pom.xml b/pom.xml index 6f4ade4..26952a8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.getaxonflow axonflow-sdk - 9.0.0 + 9.1.0 jar AxonFlow Java SDK From 604aca82e2d75554f847129703a8ebe6f966e84f Mon Sep 17 00:00:00 2001 From: Saurabh Jain Date: Tue, 4 Aug 2026 13:10:34 +0200 Subject: [PATCH 2/2] chore: re-trigger CI to re-evaluate the runtime-e2e gate with the skip marker now in the PR title Signed-off-by: Saurabh Jain