Showing with 5 additions and 2 deletions.
  1. +3 −0 CHANGELOG.md
  2. +2 −2 metadata.json
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v3.56.0 - 2017-10-27
* Support puppetlabs/concat v3 and v4

### v3.55.0 - 2017-09-26
* Add `ssh::config_entry` defined type to manage `~/.ssh/config`
* Add `config_entries` parameter to ssh class to allow specifying a
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ghoneycutt-ssh",
"version": "3.55.0",
"version": "3.56.0",
"author": "ghoneycutt",
"summary": "Manages SSH",
"license": "Apache-2.0",
Expand Down Expand Up @@ -88,7 +88,7 @@
"description": "Manage SSH",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 4.6.0 < 6.0.0"},
{"name":"puppetlabs/concat","version_requirement":">= 2.0.0 < 3.0.0"},
{"name":"puppetlabs/concat","version_requirement":">= 2.0.0 < 5.0.0"},
{"name":"ghoneycutt/common","version_requirement":">= 1.4.1 < 2.0.0"},
{"name":"puppetlabs/firewall","version_requirement":">= 1.9.0 < 2.0.0"}
]
Expand Down