From 8ddae51c661bcf5b8d6f1c37018daf580e455b1b Mon Sep 17 00:00:00 2001 From: Beon de Nood Date: Fri, 27 Mar 2026 09:29:21 -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 e66c8b7..a017801 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 +- **PolicyClient**: RFC-005 PDP integration via Option B for embedded policy evaluation (#10) + +### Fixed +- **Proto Descriptor Collision**: Hardened `AddSerializedFile` error handling with eager registration to win descriptor pool race (#11) +- **PyPI Wheel Packaging**: Force-include nested proto files in wheel and sdist builds (#11) + ## [2.5.0] - 2026-03-16 ### Added