rollbar-hs/CHANGELOG.md

32 lines
950 B
Markdown
Raw Permalink Normal View History

# Changelog
## 0.3.1.0
* [Drop some test dependencies](https://github.com/joneshf/rollbar-hs/pull/12)
* [Relax upper bound for `network` to 2.8](https://github.com/joneshf/rollbar-hs/pull/14)
2018-07-30 03:26:37 +03:00
## 0.3.0.1
* [Add a changelog](https://github.com/joneshf/rollbar-hs/pull/10)
## 0.3.0.0
* [Bump `aeson` upper bound](https://github.com/joneshf/rollbar-hs/pull/3)
## 0.2.0.0
* [Fix the type of `Notifier` `name`](https://github.com/joneshf/rollbar-hs/commit/11a3a2463cf44735237d062f15a349d8bfa7ffce)
## 0.1.0.1
* [Add synopsis](https://github.com/joneshf/rollbar-hs/commit/272c5764a9657f55e00e31c43a3d583362d823d5)
## 0.1.0.0
* Extract core rollbar to its own package
This is almost entirely copy-pasted from [`wai-middleware-rollbar` version 0.8.4](https://hackage.haskell.org/package/wai-middleware-rollbar-0.8.4).
The intent is to make the core data types available for other packages.
If this gets unweildy, move it right back.