Release v3.40.0 - Add ability to specify multiple ports

This commit is contained in:
Garrett Honeycutt 2016-06-09 16:48:57 -04:00
parent 6e920cab49
commit 64e0dc5f77
2 changed files with 7 additions and 4 deletions

View File

@ -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 <code@garretthoneycutt.com>
### v2.0.0 - 2013-05-16 Garrett Honeycutt <code@garretthoneycutt.com>
* Rebirth

View File

@ -1,6 +1,6 @@
{
"name": "ghoneycutt-ssh",
"version": "3.39.0",
"version": "3.40.0",
"author": "ghoneycutt",
"summary": "Manages SSH",
"license": "Apache-2.0",