diff --git a/CHANGELOG.md b/CHANGELOG.md index c85c750..f735c43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### v3.55.0 - 2017-09-26 + * Add `ssh::config_entry` defined type to manage `~/.ssh/config` + * Add `config_entries` parameter to ssh class to allow specifying a + hash of multiple entries for `ssh::config_entry`. + ### v3.54.0 - 2017-07-24 * Allow sshd_config_hostcertificate to be an array. This fixes a bug where you could have specified one cert and multiple HostKey's since diff --git a/metadata.json b/metadata.json index 0364a5b..940e00c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "ghoneycutt-ssh", - "version": "3.54.0", + "version": "3.55.0", "author": "ghoneycutt", "summary": "Manages SSH", "license": "Apache-2.0",