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",