From b2939c93cdaf1dc0464e4ad40b4db4d09b829b84 Mon Sep 17 00:00:00 2001 From: Beon de Nood Date: Fri, 27 Mar 2026 09:29:01 -0400 Subject: [PATCH] chore: add 2.6.0 changelog entry --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e27bdf9..acee996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.6.0] - 2026-03-27 + +### Added +- **PIP Request Builder**: RFC-005 Step 9 — Policy Information Point request builder types (#46) + +### Fixed +- **Proto Descriptor Collision**: Lazy-load MCP protos to prevent descriptor pool conflicts when co-installed with capiscio-mcp (#47) +- **PyPI Wheel Packaging**: Force-include nested proto files in wheel and sdist builds (#47) + ## [2.5.0] - 2026-03-16 ### Added