From 3742a5c3825eac891a14d0e0cb6ac31485768b18 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Fri, 27 Oct 2017 11:59:40 -0400 Subject: [PATCH] Release v3.56.0 --- CHANGELOG.md | 3 +++ metadata.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f735c43..2b7d9db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/metadata.json b/metadata.json index 8f2cbac..74ef635 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "ghoneycutt-ssh", - "version": "3.55.0", + "version": "3.56.0", "author": "ghoneycutt", "summary": "Manages SSH", "license": "Apache-2.0",