From 31e1f2815c21e373e0fdd3dd7c36716276fcb98c Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Fri, 19 May 2017 11:19:24 -0400 Subject: [PATCH] Release v3.51.1 - ssh_known_hosts requires the ssh packages --- CHANGELOG.md | 3 +++ metadata.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a27ca61..4d3346c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### v3.51.1 - 2017-05-19 + * Ensure that ssh_known_hosts requires the ssh packages + ### v3.51.0 - 2017-05-17 * Add params sshd_config_hostcertificate and sshd_config_trustedusercakeys to set HostCertificate and TrustedUserCAKeys. diff --git a/metadata.json b/metadata.json index ca174da..b3db34a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "ghoneycutt-ssh", - "version": "3.51.0", + "version": "3.51.1", "author": "ghoneycutt", "summary": "Manages SSH", "license": "Apache-2.0",