# Changelog

## 0.2.0 -- 2021-04-02

### Added

- Execute `Fail`, `Task`, `Map`, `Parallel`, and `Choice` activities
- New `Execute` module to run workflows until command is needed
- New top-level functions in `Workflows`


## 0.1.0 -- 2021-03-29

### Added

- Parse activities from json-like definition
- Generate events for `Task` and `Wait` activities 
