This repository was archived by the owner on Jul 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed
Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
88
99### Added
1010
11- - Added a ` intent_id ` property when dispatching workflows and tasks, sending events to workflows, and
12- pausing/resuming/killing workflows.
13- - Added ` context ` setter and getter in ` Task ` and ` Workflow ` abstract class that is able to retrieve the runtime context
14- of the workflow or task currently being executed.
15-
1611### Changed
1712
18- - Changed scheduling requests that pass now through Alfred (GraphQL API).
19-
20- - Changed scheduling syntax from ` x.repeat("* * * * *").schedule() ` to ` x.shedule("* * * * *") ` .
21-
2213### Deprecated
2314
2415### Removed
@@ -27,6 +18,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
2718
2819### Security
2920
21+ ## 0.6.0 - 2019-08-26
22+
23+ ### Added
24+
25+ - Added a ` intent_id ` property when dispatching workflows and tasks, sending events to workflows, and
26+ pausing/resuming/killing workflows.
27+ - Added ` context ` setter and getter in ` Task ` and ` Workflow ` abstract class that is able to retrieve the runtime context
28+ of the workflow or task currently being executed.
29+
30+ ### Changed
31+
32+ - Changed scheduling requests that pass now through Alfred (GraphQL API).
33+ - Changed scheduling syntax from ` x.repeat("* * * * *").schedule() ` to ` x.shedule("* * * * *") ` .
34+
3035## 0.5.7 - 2019-06-21
3136
3237### Added
You can’t perform that action at this time.
0 commit comments