# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.1] - 2017-12-18

### Changed

- Update README.md

## [1.1.0] - 2017-12-17

### Added

- failOver()

### Changed

- Change class name: `Instructions` -> `Instruction`
- Update README.md

## [1.0.3] - 2017-12-16
### Changed
- Updated README.md

## [1.0.2] - 2017-12-15
### Changed
- inCase() -> inCaseOf()
- change package name and go open source

## [1.0.0] - 2017-12-15
### Added

- startWith()
- KhonsuPromise classes
- then()
- ifElse()
- toPromise()
- concurrent()
- inCase()
