diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ac036..9aada11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). No unreleased changes. +## [1.7.3](https://github.com/puppetlabs/puppetlabs-cd4pe_jobs/tree/1.7.3) + +### Fixed +- The module's main task has been moved back to public to fix an issue with setting permissions to + run it in the PE console. Users are still not expected to run it directly, and the description + has been updated to reflect that. + ## [1.7.2](https://github.com/puppetlabs/puppetlabs-cd4pe_jobs/tree/1.7.2) ### Added diff --git a/metadata.json b/metadata.json index e5a824e..7e75569 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-cd4pe_jobs", - "version": "1.7.2", + "version": "1.7.3", "author": "puppetlabs", "summary": "Contains Bolt task to facilitate running of CD4PE jobs.", "license": "proprietary",