CHANGELOG.md in clerq-0.3.0 vs CHANGELOG.md in clerq-0.3.1

- old
+ new

@@ -1,6 +1,11 @@ # Change log +## 0.3.1 (2019-12-13) + +* Fixed error with reading files that read attributes to body. +* Added `mm` command to `<project>.thor` that creates "Meeting Minutes" files in `<project>/mm` folder. + ## 0.3.0 (2019-12-04) * Meet services instead of interactors. All interactors removed and their responsibility moved to appropriate services. * Refactored printing information about repository loading progress. Now `ReadNode.call(on_error: )` accepts `on_error` callback and you can provide any method proc or lambda there like `lambda {|err| puts err}`. * Refactored previous behavior where interactors loaded repository by QueryAssembly interactor. Now it is responsibility of `LoadAssembly` service and other services that require repository just get it through parameter.