Bump version to 0.3.1.0

Update changelog accordingly.
This commit is contained in:
joneshf 2018-08-08 04:24:49 -07:00
parent 9c6855545b
commit 87319e7424
No known key found for this signature in database
GPG Key ID: C8FFFC4E889B880E
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# 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)
## 0.3.0.1
* [Add a changelog](https://github.com/joneshf/rollbar-hs/pull/10)

View File

@ -43,4 +43,4 @@ tests:
- unordered-containers >= 0.2
main: Main.hs
source-dirs: test
version: '0.3.0.1'
version: '0.3.1.0'