diff options
author | Jeff McCune <jeff@puppetlabs.com> | 2011-08-04 18:34:32 -0700 |
---|---|---|
committer | Jeff McCune <jeff@puppetlabs.com> | 2011-08-04 18:34:32 -0700 |
commit | 07d0eca31780bba76f2283ce83f944473ce8fe00 (patch) | |
tree | be11a7db48059d3b524a92ae139a2c6befcb50da | |
parent | ee1081571e5926c6ac90158160b7a0e241cfa54c (diff) |
Update CHANGELOG and Modulefile for 1.1.0
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | Modulefile | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2011-08-04 Puppet Labs <support@puppetlabs.com> - 1.1.0 +* Rename append_line to whole_line +* This is an API change and as such motivating a 1.1.0 release. + 2011-08-04 Puppet Labs <support@puppetlabs.com> - 1.0.0 * Initial stable release * Add validate_array and validate_string functions @@ -1,5 +1,5 @@ name 'puppetlabs-stdlib' -version '1.0.0' +version '1.1.0' source 'git://github.com/puppetlabs/puppetlabs-stdlib' author 'puppetlabs' license 'Apache 2.0' |