From 93a38b44af27e6b99b9c27517c7fd215398c1af6 Mon Sep 17 00:00:00 2001 From: Corey Osman Date: Thu, 14 May 2020 13:58:11 -0700 Subject: [PATCH] bump version to 0.4.0 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc4a46..422456b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Puppet Autosign Changelog +## 0.4.0 +* Fixes #2 - use puppetserver_gem when installing on JVM puppetserver +* Fixes #17 - ${confdir} is not valid in Readme example +* Add puppet v4 function and deprecate v3 function +* Update pdk related files +* Fixes #32 - Line 77 of the README.md missing a comma +* Move test files to examples + ## 0.3.0 * Allow the config to be a sensitive type * Add ability to manage package resource diff --git a/metadata.json b/metadata.json index 492c5fa..de0ea65 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "danieldreier-autosign", - "version": "0.3.0", + "version": "0.4.0", "author": "danieldreier", "summary": "Manage certificate autosigning using the autosign gem", "license": "Apache-2.0",