Release v3.57.0

This commit is contained in:
Garrett Honeycutt 2017-12-10 21:01:02 -05:00
parent 3d3121a183
commit fd3348896f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
### v3.57.0 - 2017-12-10
* Add support for AuthenticationMethods and AllowAgentForwarding
options in sshd_config
### v3.56.1 - 2017-11-20 ### v3.56.1 - 2017-11-20
* Fix regex bug with `sshd_config_maxstartups` * Fix regex bug with `sshd_config_maxstartups`

View File

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