# CHANGELOG
## master
## v0.2.0.0
* Migrate to new `v2` API endpoints.
## v0.1.3.0
* Bump dependency versions(text).
* Add `--aggregate` flag to group rewards by day.
* Fetch rewards until no more rewards are returned instead of stopping when
less than the 5-item page limit is returned.
* Handle breaking API changes when rate limited.
## v0.1.2.0
* Add `--year` flag to allow filtering the output by date.
* Bump dependency versions(aeson).
## v0.1.1.0
* Add `--cointracking` flag to format data for use with CoinTracking's Bulk
Imports feature.
* Fix lower-bounds for `req`.
## v0.1.0.0
* Initial release