# CHANGELOG
## master
## v0.2.2.0
* Add `--aggregate` flag for grouping all rewards by day.
* Bump dependency versions(text).
## v0.2.1.0
* Add `--year` flag for filtering output.
* Bump dependency versions(aeson).
## v0.2.0.0
* Add a `--cointracking` flag to format the data for use with CoinTracking's
Bulk Import feature.
* Add an `--output-file` CLI argument to make the executable write to a file
instead of print to stdout.
* Use the `cmdargs` package to parse CLI arguments.
* Split library into `Console.BnbStaking` module hierarchy.
## v0.1.0.0
* Initial release