CHANGELOG.md in itamae-1.1.0 vs CHANGELOG.md in itamae-1.1.1

- old
+ new

@@ -1,6 +1,13 @@ +## v1.1.1 + +Features + +- New resource `remote_directory` which transfers a directory from local to remote like `remote_file` resource. (Thanks to @k0kubun) + - https://github.com/ryotarai/itamae/pull/66 + ## v1.1.0 Incompatible changes -- `uid` and `gid` attributes of `user` resource accepts only Integer. (https://github.com/ryotarai/itamae/pull/65) +- `uid` and `gid` attributes of `user` resource accept only Integer. (https://github.com/ryotarai/itamae/pull/65)