From 56678c4f4a565da676b180789ffd9140e9feadd1 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Thu, 3 Jan 2019 20:02:45 -0500 Subject: [PATCH] Release v3.59.0 Support Puppet 6 --- CHANGELOG.md | 3 +++ LICENSE | 2 +- metadata.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b610ecd..5ea22aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### v3.59.0 - 2018-01-03 + * Support Puppet 6 + ### v3.58.0 - 2018-10-08 * Add RevokedKeys option to `sshd_config` diff --git a/LICENSE b/LICENSE index 6bc654f..20386f8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2010-2018 Garrett Honeycutt +Copyright (C) 2010-2019 Garrett Honeycutt Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/metadata.json b/metadata.json index fe7443f..f31b376 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "ghoneycutt-ssh", - "version": "3.58.0", + "version": "3.59.0", "author": "ghoneycutt", "summary": "Manages SSH", "license": "Apache-2.0",