CHANGELOG.md in trellodon-0.1.0 vs CHANGELOG.md in trellodon-0.2.0

- old
+ new

@@ -1,5 +1,19 @@ -## [Unreleased] +# Change log +## [master] + +## [0.2.0] - 2022-04-12 + +- Store Trello API creds locally for avoid asking it before execution ([@fargelus][]). +- Download attachments, human names in comments, rename index.md to README.md ([@rinasergeeva][]). +- Added minimal project README.md ([@rinasergeeva][], [@fargelus][]). +- --sync param for switch to `Schedulers::Inline` in CLI ([@fargelus][]). +- Concurrent scheduler with customizable thread pool size ([@fargelus][]). +- Checklists support ([@rinasergeeva][]). + ## [0.1.0] - 2022-04-07 - Initial release + +[@fargelus]: https://github.com/fargelus +[@rinasergeeva]: https://github.com/rinasergeeva