CHANGELOG.md in itamae-1.9.8 vs CHANGELOG.md in itamae-1.9.9

- old
+ new

@@ -1,4 +1,16 @@ +## v1.9.9 + +Features + +- [`itamae ssh` now accepts `--ssh-config` option](https://github.com/itamae-kitchen/itamae/pull/211) +- [Introduce `--login-shell` option](https://github.com/itamae-kitchen/itamae/pull/217) +- [`gem_package` resource has `uninstall` action](https://github.com/itamae-kitchen/itamae/pull/216) + +Bugfixes + +- [`send_file` fails against docker backend](https://github.com/itamae-kitchen/itamae/pull/215) + ## v1.9.8 Bugfixes - [edit action of file resource: Keep mtime if no change](https://github.com/itamae-kitchen/itamae/pull/212)