Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit d53124d

Browse files
authored
Merge pull request #63 from zenaton/release_0.6.0
Release 0.6.0
2 parents dc3f0c2 + 8a125f6 commit d53124d

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)