diff --git a/CHANGELOG b/CHANGELOG index 7723bff..538bd51 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,12 @@ +2015-12-18 Release 0.1.3 +- bugfix: using multiple pem-files failed. Tests added. + 2015-12-18 Release 0.1.2 - relax too-strict validation of strings containing keys and certificates 2015-12-11 Release 0.1.1 - fix versioned dependency on puppetlabs-stdlib in metadata - fix documentation errors and nits 2015-12-11 Release 0.1.0 - initial release diff --git a/metadata.json b/metadata.json index 31db9df..473636c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,34 +1,34 @@ { "name": "ssm-hitch", - "version": "0.1.2", + "version": "0.1.3", "author": "ssm", "summary": "Install and configure Hitch TLS proxy", "license": "Apache-2.0", "source": "https://github.com/ssm/ssm-hitch.git", "project_page": "https://github.com/ssm/ssm-hitch", "issues_url": "https://github.com/ssm/ssm-hitch/issues", "dependencies": [ { "name": "puppetlabs-stdlib", "version_requirement": ">= 4.0.0" }, { "name": "puppetlabs-concat", "version_requirement": ">= 1.0.0 <= 2.0.0" } ], "operatingsystem_support": [ { "operatingsystem": "Debian", "operatingsystemrelease": [ "8" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ "7" ] } ] }