diff --git a/CHANGELOG.md b/CHANGELOG.md index cc6524eb..8c4009ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [6.0.1-preview.2] + ### Features - `IRulesEngine.ExecuteAllRulesAsync` gains an overload accepting a `CancellationToken`, observed cooperatively between rules and before each action. The existing `params object[]` and `params RuleParameter[]` overloads are unchanged; call-site overload resolution continues to pick them when no token is supplied (#609). - New `ReSettings.AutoExecuteActions` (default `true`). Set to `false` to evaluate rules without automatically running their OnSuccess/OnFailure actions, so callers can run actions selectively via `ExecuteActionWorkflowAsync` (#596). diff --git a/src/RulesEngine/RulesEngine.csproj b/src/RulesEngine/RulesEngine.csproj index b8413409..f17814e6 100644 --- a/src/RulesEngine/RulesEngine.csproj +++ b/src/RulesEngine/RulesEngine.csproj @@ -3,7 +3,7 @@ net6.0;net8.0;net9.0;net10.0;netstandard2.0;netstandard2.1 13.0 - 6.0.1-preview.1 + 6.0.1-preview.2 Copyright (c) Microsoft Corporation. LICENSE https://github.com/microsoft/RulesEngine