From 64e0dc5f777c417f53e21a72bcc1525aa345c6ec Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Thu, 9 Jun 2016 16:48:57 -0400 Subject: [PATCH] Release v3.40.0 - Add ability to specify multiple ports --- CHANGELOG.md | 9 ++++++--- metadata.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e28548c..586191a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ -### 3.39.0 - 2016-06-08 +### v3.40.0 - 2016-06-09 + * Add ability to specify multiple ports + +### v3.39.0 - 2016-06-08 * Allow ecdsa-sha2-nistp256 hostkeys * Add host_aliases attribute to sshkey resource * Add support for PubkeyAuthentication in sshd_config -### 3.38.0 - 2016-06-06 +### v3.38.0 - 2016-06-06 * Add param to manage MaxAuthTries in sshd_config -### 2.0.0 - 2013-05-16 Garrett Honeycutt +### v2.0.0 - 2013-05-16 Garrett Honeycutt * Rebirth diff --git a/metadata.json b/metadata.json index 038bced..3a1468b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "ghoneycutt-ssh", - "version": "3.39.0", + "version": "3.40.0", "author": "ghoneycutt", "summary": "Manages SSH", "license": "Apache-2.0",