From 2668fd340d1147ef9fab0e60e89e031e2af8dfa3 Mon Sep 17 00:00:00 2001 From: Saurabh Jain Date: Sun, 25 Jan 2026 20:27:04 +0100 Subject: [PATCH] chore: bump version to 1.7.1 for pii-singapore fix - Updated pyproject.toml version from 1.7.0 to 1.7.1 - Moved pii-singapore fix to v1.7.1 changelog entry The actual fix (PII_SINGAPORE enum value) was merged in PR #70. This is the patch release for that fix. --- CHANGELOG.md | 12 ++++++++---- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ced7d7d..6c81a92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to the AxonFlow Python SDK will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.7.1] - 2026-01-25 + +### Fixed + +- **PolicyCategory**: Added `PII_SINGAPORE = "pii-singapore"` enum value for Singapore PII detection policies (NRIC, FIN, UEN patterns) + +--- + ## [1.7.0] - 2026-01-25 ### Added @@ -39,10 +47,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BudgetInfo**: `QueryResponse.budget_info` for budget enforcement (HTTP 402) -### Fixed - -- **PolicyCategory**: Added `PII_SINGAPORE = "pii-singapore"` enum value for MAS FEAT Singapore PII detection patterns - ### Deprecated - **execute_query()**: Deprecated in favor of proxy_llm_call() diff --git a/pyproject.toml b/pyproject.toml index 03e8e3f..ce263cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "axonflow" -version = "1.7.0" +version = "1.7.1" description = "AxonFlow Python SDK - Enterprise AI Governance in 3 Lines of Code" readme = "README.md" license = {text = "MIT"}