CHANGELOG.md in clerq-0.3.1 vs CHANGELOG.md in clerq-0.3.2
- old
+ new
@@ -1,10 +1,14 @@
# Change log
+## 0.3.2 (2020-07-05)
+
+* Updated `rake`, `bundler`, and `thor` dependencies.
+
## 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.
+* 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}`.