diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b185a8..112845f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Development +## 2.2.1 (2021-02-04) + * Replaced the require call for `puppet_x` helper library to use a dynamically expanded path. This works around limitations in Puppet Ruby `LOAD_PATH` with error `no such file to load -- puppet_x/encore/powershellmodule/helper`. diff --git a/metadata.json b/metadata.json index fc747a4..74a2a4f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "encore-powershellmodule", - "version": "2.2.0", + "version": "2.2.1", "author": "Encore Technologies", "summary": "Manage PowerShell modules and repositories", "license": "Apache-2.0",