Skip to content

Commit 4e0b16d

Browse files
committed
chore: bump version to 0.10.2 and update CHANGELOG
1 parent 61007b0 commit 4e0b16d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.2] — 2026-05-17
11+
1012
### Added
1113

1214
- **`pii:fake_address` canary type** adds a realistic Canadian street address to the PII honeypot set. The generated address (e.g., "742 Maple Street, Burlington, ON L7R 2K4") is unique per installation and included in both the system-prompt context snippet and the new user-profile JSON file. The Aho-Corasick output scanner catches it verbatim if an attacker's PII aggregation query causes the model to echo it.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "armor-ai"
7-
version = "0.10.1"
7+
version = "0.10.2"
88
description = "A defense-in-depth security layer for LLM agents"
99
readme = {file = "README_PYPI.md", content-type = "text/markdown"}
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)