diff --git a/CHANGELOG b/CHANGELOG index 318cbe9..5dc7b1b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2012-03-12 Puppet Labs - 2.3.0 +* Add a large number of new Puppet functions +* Backwards compatibility preserved with 2.2.x + 2011-12-30 Puppet Labs - 2.2.1 * Documentation only release for the Forge diff --git a/Modulefile b/Modulefile index 3efa8b9..432b0e1 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-stdlib' -version '2.2.1' +version '2.3.0' source 'git://github.com/puppetlabs/puppetlabs-stdlib' author 'puppetlabs' license 'Apache 2.0'