CHANGELOG.md in itamae-1.5.2 vs CHANGELOG.md in itamae-1.6.0
- old
+ new
@@ -1,4 +1,13 @@
+## v1.6.0
+
+Improvements
+
+- [Ignore `--node-yaml` when the result is false (by @k0kubun)](https://github.com/itamae-kitchen/itamae/pull/165)
+- [Allow `include_recipe` to omit `.rb` extension (by @k0kubun)](https://github.com/itamae-kitchen/itamae/pull/166)
+ - This is backward-compatible change
+- [Allow `load_recipes` to load plugin recipes directly (by @k0kubun)](https://github.com/itamae-kitchen/itamae/pull/167)
+
## v1.5.2
Improvements
- [`include_recipe 'plugin_name'` loads `itamae/plugin/recipe/plugin_name/default.rb` too](https://github.com/itamae-kitchen/itamae/pull/162)