CHANGELOG.md in trollolo-0.0.14 vs CHANGELOG.md in trollolo-0.1.0

- old
+ new

@@ -1,9 +1,17 @@ # Trollolo Changelog ## Master (unreleased) +## Version 0.1.0 + +* Fix `plot-to-board` option in the burndown command when it is used together + with `-o`. +* `burndown --plot-to-board` always sets the burndown chart as the cover. + Fix #114. +* Allow to create and update an Sprint with a custom number. Fix #78. + ## Version 0.0.14 * Add a new `plot-to-board` option to the burndown command to send the plotted burndown chart to the first card of the `Done` column. * Add documentation for all CLI commands. Fixes #83.