From 130d303e75184dc9fd8a0bff02a816394f6b6c4d Mon Sep 17 00:00:00 2001 From: Marcel Roozekrans Date: Sat, 23 May 2026 18:11:51 +0200 Subject: [PATCH] chore(main): release 2.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b2e4574..6aa187e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.0.2"} +{".":"2.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f6d528..98c29af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.0](https://github.com/ZeroAlloc-Net/ZeroAlloc.Authorization/compare/v2.0.2...v2.1.0) (2026-05-23) + + +### Features + +* v2.1 — OR composition + parameterized policies + resource-based authz ([#1](https://github.com/ZeroAlloc-Net/ZeroAlloc.Authorization/issues/1)+[#2](https://github.com/ZeroAlloc-Net/ZeroAlloc.Authorization/issues/2)+[#3](https://github.com/ZeroAlloc-Net/ZeroAlloc.Authorization/issues/3)) ([#28](https://github.com/ZeroAlloc-Net/ZeroAlloc.Authorization/issues/28)) ([4aa90bc](https://github.com/ZeroAlloc-Net/ZeroAlloc.Authorization/commit/4aa90bc403e2b842eca872aa597fb73d62e1a503)) + + +### Bug Fixes + +* **generator:** discovery walkers now process nested types ([#29](https://github.com/ZeroAlloc-Net/ZeroAlloc.Authorization/issues/29)) ([c0dd1ee](https://github.com/ZeroAlloc-Net/ZeroAlloc.Authorization/commit/c0dd1eec64ca923f95b159cf7c36ce64d8c4b4f8)) + ## [2.0.2](https://github.com/ZeroAlloc-Net/ZeroAlloc.Authorization/compare/v2.0.1...v2.0.2) (2026-05-22)