diff --git a/CHANGELOG.md b/CHANGELOG.md index eaf9611..7828231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # NSSM CHANGELOG +## 3.0.1 2017-07-07 + +- Chef 12.7 or higher is now required +- Fix parameters attribute + ## 3.0.0 2017-03-24 - Rename params attribute to parameters to be Chef 13 compatible diff --git a/README.md b/README.md index d8594bc..00eea10 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ and `remove` Windows services. ## Requirements -- Chef 12.6+ +- Chef 12.7+ ### Platform diff --git a/metadata.rb b/metadata.rb index 41f6dd5..f1cc3ac 100644 --- a/metadata.rb +++ b/metadata.rb @@ -8,7 +8,7 @@ long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) source_url 'https://github.com/dhoer/chef-nssm' issues_url 'https://github.com/dhoer/chef-nssm/issues' -version '4.0.0' +version '3.0.1' chef_version '>= 12.7'