Skip to content

Commit

Permalink
Merge pull request #10 from joneshf/changelog
Browse files Browse the repository at this point in the history
Add a changelog
  • Loading branch information
joneshf authored Jul 30, 2018
2 parents 4322ae1 + fd96f6c commit 9f4c91c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## 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.
1 change: 1 addition & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: |
Provides a type-safe encoding of the Rollbar API.
Also provides functions to communicate with the Rollbar API.
extra-source-files:
- CHANGELOG.md
- README.md
github: joneshf/rollbar-hs
library:
Expand Down

0 comments on commit 9f4c91c

Please sign in to comment.