From 7b8adfb451658e6c6f5b50261c1a160d2f782144 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Mon, 20 Nov 2017 10:47:47 -0500 Subject: [PATCH] Release v3.56.1 --- CHANGELOG.md | 3 +++ metadata.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7d9db..91696d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### v3.56.1 - 2017-11-20 + * Fix regex bug with `sshd_config_maxstartups` + ### v3.56.0 - 2017-10-27 * Support puppetlabs/concat v3 and v4 diff --git a/metadata.json b/metadata.json index 74ef635..34603ee 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "ghoneycutt-ssh", - "version": "3.56.0", + "version": "3.56.1", "author": "ghoneycutt", "summary": "Manages SSH", "license": "Apache-2.0",