diff --git a/CHANGELOG.md b/CHANGELOG.md index 3369a9f..78fc30e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.1 (September 6, 2018) + +BUG FIXES: + +* `package` - Fix error when running with Ruby 1.9.x on the server side ([#16](https://github.com/hbuckle/puppet-powershellmodule/pull/16)) + ## 2.0.0 (July 7, 2018) FEATURES: diff --git a/metadata.json b/metadata.json index 8da7591..c0eceda 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "hbuckle-powershellmodule", - "version": "2.0.0", + "version": "2.0.1", "author": "Henry Buckle", "summary": "Manage PowerShell modules and repositories", "license": "Apache-2.0",