diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c9efb4dae17c..d0311f250bd72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changes ======= +# 4.0.1 / 2019-12-31 + +* [BUGFIX] Fix issues with permissions during monitor directory creation on windows + # 4.0.0 / 2019-12-18 ## Breaking changes diff --git a/metadata.rb b/metadata.rb index a3ad376fbe738..7345e6ff9263c 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache-2.0' description 'Installs/Configures datadog components' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '4.0.0' +version '4.0.1' chef_version '>= 12.7' source_url 'https://github.com/DataDog/chef-datadog' issues_url 'https://github.com/DataDog/chef-datadog/issues'