From 4f404d4bd83277838667a29977fa03311977e5ba Mon Sep 17 00:00:00 2001 From: Jeff McCune Date: Tue, 25 Oct 2011 11:02:37 -0700 Subject: [PATCH] Update CHANGELOG and Modulefile for 0.0.5 --- CHANGELOG | 3 +++ Modulefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 6657140..937dcc0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +2011-10-25 Puppet Labs - 0.0.5A +* Fix ruby 1.8.5 compatibility issue with scan and progress scripts + 2011-10-24 Puppet Labs - 0.0.4 * Add support for --dns_alt_names to the foss remediation process As per https://github.com/puppetlabs/puppetlabs-cve20113872/issues/71 diff --git a/Modulefile b/Modulefile index 2042658..1183c27 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-cve20113872' -version '0.0.4' +version '0.0.5' source 'git@github.com:puppetlabs/puppetlabs-cve20113872.git' author 'puppetlabs' license 'Apache 2.0'