diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c64cb..1f0842b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 2.0.1 + +## Version/Requirement changes + +* added support for [Puppet 5](https://puppet.com/blog/puppet-5-platform-released) +* install `rubygems` when allowing `puppet-nodejs` to build packages + # 2.0.0 ## Version/Requirement changes diff --git a/metadata.json b/metadata.json index 1980085..da9190f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "willdurand-nodejs", - "version": "2.0.0", + "version": "2.0.1", "author": "William Durand", "license": "MIT", "summary": "A module to install Node.js and NPM.",