From 6c526af4b6942f004c657516c9048825a8475180 Mon Sep 17 00:00:00 2001 From: Saurabh Jain Date: Tue, 4 Aug 2026 12:59:15 +0200 Subject: [PATCH 1/2] chore(release): v9.1.0 Signed-off-by: Saurabh Jain --- CHANGELOG.md | 2 ++ axonflow/_version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c29b4c..083086e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.1.0] - 2026-08-04 + ### Added - Real wire fields `policy_decision`, `policy_details`, `response_time_ms` on diff --git a/axonflow/_version.py b/axonflow/_version.py index 7c29405..cb1780f 100644 --- a/axonflow/_version.py +++ b/axonflow/_version.py @@ -1,3 +1,3 @@ """Single source of truth for the AxonFlow SDK version.""" -__version__ = "9.0.0" +__version__ = "9.1.0" diff --git a/pyproject.toml b/pyproject.toml index 8cdcec4..73b706d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "axonflow" -version = "9.0.0" +version = "9.1.0" description = "AxonFlow Python SDK - Enterprise AI Governance in 3 Lines of Code" readme = "README.md" license = {text = "MIT"} From d7ac98f6b59a2150a8a1bd82aab7f86e0d4b7b20 Mon Sep 17 00:00:00 2001 From: Saurabh Jain Date: Tue, 4 Aug 2026 13:10:26 +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