CHANGELOG.md in clerq-0.3.3 vs CHANGELOG.md in clerq-0.3.4

- old
+ new

@@ -1,7 +1,13 @@ # Change log -## 0.3.3 (2021-07-05) +## 0.3.4 (2021-06-01) + +* Now the gem works for both Ruby versions 2.X and 3.X. +* Improved templates. MarkupNode was extracted to separate file and single template defalult.md.erb was left; cleaned templates tests. +* Improved `promo:publish` command and now it's using default.md.erb + +## 0.3.3 (2021-05-25) * Updated keyword argument in Service class to support Ruby 3. If you need Ruby 2.X support, you should use v0.3.2. * Updated `minitest`, `bundler` and `thor` dependencies. * Improved `default.md.erb` and `pandoc.md.erb` - now it adds automatic title `.id` when original title is empty.