Commit 6ee2583
authored
fix(release): correct SDK version to v7.1.0 (was incorrectly v7.7.0) [skip-runtime-e2e] (#164)
Companion to axonflow-sdk-{go,python,typescript} fix PRs (#156, #183, #215).
Previous release PR #163 bumped Java SDK from v7.0.0 directly to v7.7.0
to platform-align with V1 SaaS Plugin Pro launch — incorrect semver.
Only one substantive feature since v7.0.0 (X-Axonflow-Client header
injection in #161), so natural bump is v7.1.0.
Updates:
- pom.xml <version> 7.7.0 → 7.1.0
- CHANGELOG header [7.7.0] → [7.1.0], 2026-05-06 stamp preserved
- Sister SDK refs (Go / Python / TypeScript) updated to v7.1.0
- Platform v7.7.0 refs in same entry kept (those are correctly the
platform version)
[skip-runtime-e2e] — version-correction only; no behavior change since
the header injection runtime contract was already validated when #161
landed and re-confirmed when #163 merged.
Signed-off-by: Saurabh Jain <saurabhjain1592@gmail.com>1 parent 705b1f7 commit 6ee2583
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments