Skip to content

Commit 49b4621

Browse files
committed
release notes
1 parent 90bed8e commit 49b4621

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ReleaseNotes/1.9.2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Workflow Core 1.9.2
2+
3+
Changes the default retry behavior for steps within a saga to bubble up to the saga container.
4+
This means you do not have to explicitly set each step within the saga to `Compensate`.

WorkflowCore.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ReleaseNotes", "ReleaseNote
9898
ReleaseNotes\1.8.0.md = ReleaseNotes\1.8.0.md
9999
ReleaseNotes\1.8.1.md = ReleaseNotes\1.8.1.md
100100
ReleaseNotes\1.9.0.md = ReleaseNotes\1.9.0.md
101+
ReleaseNotes\1.9.2.md = ReleaseNotes\1.9.2.md
101102
EndProjectSection
102103
EndProject
103104
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkflowCore.Sample14", "src\samples\WorkflowCore.Sample14\WorkflowCore.Sample14.csproj", "{6BC66637-B42A-4334-ADFB-DBEC9F29D293}"

0 commit comments

Comments
 (0)