Skip to content

Commit

Permalink
Require >= Chef 12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Hoer committed Jul 7, 2017
1 parent c789792 commit 6922fe2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and `remove` Windows services.

## Requirements

- Chef 12.6+
- Chef 12.7+

### Platform

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 6922fe2

Please sign in to comment.