# Changelog for extensible-effects-concurrent
## 0.1.3.0
* Rename and split `GenServer` to `Api`, `Api.Client`, `Api.Server`
* Add `registerServer`, `callRegistered` and `castRegistered`
* Remove the variant of `cast` that returns a boolean
## 0.1.2.2
* Try to fix version bounds for hackage
## 0.1.2.1
* Add more documentation
* Simplify Dispatcher API
* Make more exception safe
## 0.1.2.0
* Add Observer module
* Implement Exception handling
* Improve Dispatcher shutdown
* Add logging support via the logging-effect library
## 0.1.1.0
* Substantial API reoganization
* Rename/Move modules
## 0.1.0.1
* Stack/Cabal/Github Cosmetics
* Travis build job
## 0.1.0.0
* Initial Version