diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index ec7bd87..0000000 --- a/CHANGELOG +++ /dev/null @@ -1,4 +0,0 @@ -3.38.0 - 2016-06-06 - -2.0.0 - 2013-05-16 Garrett Honeycutt -* Rebirth diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e28548c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +### 3.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 + * Add param to manage MaxAuthTries in sshd_config + +### 2.0.0 - 2013-05-16 Garrett Honeycutt + * Rebirth diff --git a/metadata.json b/metadata.json index ed44f37..038bced 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "ghoneycutt-ssh", - "version": "3.38.0", + "version": "3.39.0", "author": "ghoneycutt", "summary": "Manages SSH", "license": "Apache-2.0",