diff --git a/ReleaseNotes.md b/ReleaseNotes.md index ffbc8f5..61ac83d 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,10 @@ +## Release 3.7.0 + +* We added a scheduled event to clean-up expired audit trail logs. Refer to module documentation for more details and how to set it up. +* We fixed inconsistent log node names. + +_______ + ## Release 3.6.0 * We introduced the audit trail feature to track all events and actions that have taken place in the workflows in your application. Refer to the module documentation for more details on how to configure a workflow event handler for audit trails. diff --git a/Releases/WorkflowCommons-3-7-0.mpk b/Releases/WorkflowCommons-3-7-0.mpk new file mode 100644 index 0000000..3e97f77 Binary files /dev/null and b/Releases/WorkflowCommons-3-7-0.mpk differ diff --git a/Source/ExpenseRequestStarterApp.mpr b/Source/ExpenseRequestStarterApp.mpr index 9312e55..dfd6e71 100644 Binary files a/Source/ExpenseRequestStarterApp.mpr and b/Source/ExpenseRequestStarterApp.mpr differ