diff --git a/CHANGELOG.md b/CHANGELOG.md index c7292eb..7da9d3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,27 @@ All notable changes to this project will be documented in this file. +## Release 1.0.1 + +**Bugfixes** + +Add methods to fix issue with file ownership and permissions not being recursively managed. (https://github.com/EdgeJ/puppet-filepath/issues/1) + + ## Release 1.0.0 Initial release **Features** + Add the `filepath` resource to recursively manage directories. **Bugfixes** + None **Known Issues** + None ## Release 0.1.0 diff --git a/metadata.json b/metadata.json index 4a6d94f..8598d72 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "edgej-filepath", - "version": "1.0.0", + "version": "1.0.1", "author": "EdgeJ", "summary": "Recursively manage directory paths natively", "license": "Apache-2.0",