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",