From 06cec5235e92456ec1c9ca50337a272a8427898e Mon Sep 17 00:00:00 2001 From: Stephen Ierodiaconou Date: Sat, 26 Aug 2023 23:44:36 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 815094f..166a9fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.0.beta1] - 2023/08/26 + +### Added + +- Action Policy integration. Optionally include `TypedOperation::ActionPolicyAuth` to get a operation execution authorization mechanism + based on [Action Policy](https://actionpolicy.evilmartians.io/). This is an optional feature and is not included by default. + ## [1.0.0.pre3] - 2023/08/24 ### Added