diff --git a/CHANGELOG.md b/CHANGELOG.md index 0492e36..a27ca61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v3.51.0 - 2017-05-17 + * Add params sshd_config_hostcertificate and + sshd_config_trustedusercakeys to set HostCertificate and TrustedUserCAKeys. + ### v3.50.0 - 2017-05-08 * Add param sshd_pubkeyacceptedkeytypes to set PubkeyAcceptedKeyTypes diff --git a/metadata.json b/metadata.json index 4c2fa65..ca174da 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "ghoneycutt-ssh", - "version": "3.50.0", + "version": "3.51.0", "author": "ghoneycutt", "summary": "Manages SSH", "license": "Apache-2.0",