From e8fb678c91d25c48c99c6347cda33e26e5142a89 Mon Sep 17 00:00:00 2001 From: Jeff McCune Date: Thu, 25 Oct 2012 11:33:09 -0700 Subject: Update Modulefile, CHANGELOG for 3.1.0 --- CHANGELOG | 15 +++++++++++++++ Modulefile | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 82f8a6e..d5c18f8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,18 @@ +2012-08-07 - Dan Bode - 3.1.0 + * Add function ensure_resource and defined_with_params (a0cb8cd) + +2012-10-23 - Matthaus Owens - 3.1.0 + * Add PE facts to stdlib (cdf3b05) + +2012-08-30 - Paul Tötterman - 3.1.0 + * Fix some logical inconsistencies in README (4169e77) + +2012-08-20 - Jeff McCune - 3.1.0 + * Disable tests that fail on 2.6.x due to #15912 (c81496e) + +2012-08-20 - Jeff McCune - 3.1.0 + * (Maint) Fix mis-use of rvalue functions as statements (4492913) + 2012-08-16 - Jeff McCune - 3.0.1 * Fix accidental removal of facts_dot_d.rb in 3.0.0 release diff --git a/Modulefile b/Modulefile index 50c93da..a83b44e 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-stdlib' -version '3.0.1' +version '3.1.0' source 'git://github.com/puppetlabs/puppetlabs-stdlib' author 'puppetlabs' license 'Apache 2.0' -- cgit v1.2.3