Skip to content

Commit ae0825e

Browse files
chore(version): bump to 5.5.0 (#132)
The mapTimeout field + builder method + DEFAULT_MAP_TIMEOUT constant added on AxonFlowConfig is an additive public-API change. Semver calls that MINOR, not PATCH — matching how the TS (5.4.0), Python (6.4.0), and Go (5.4.0) SDKs shipped the same feature. No code change; CHANGELOG section header retitled 5.4.1 -> 5.5.0 and pom.xml version bumped.
1 parent 6326ea9 commit ae0825e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to the AxonFlow Java SDK will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [5.4.1] - 2026-04-20
8+
## [5.5.0] - 2026-04-20
99

1010
### Added
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.getaxonflow</groupId>
88
<artifactId>axonflow-sdk</artifactId>
9-
<version>5.4.1</version>
9+
<version>5.5.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>AxonFlow Java SDK</name>

0 commit comments

Comments
 (0)