diff options
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | Modulefile | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +2012-03-13 Puppet Labs <support@puppetlabs.com> - 2.3.1 +* (#13091) Fix LoadError bug with puppet apply and puppet_vardir fact + 2012-03-12 Puppet Labs <support@puppetlabs.com> - 2.3.0 * Add a large number of new Puppet functions * Backwards compatibility preserved with 2.2.x @@ -1,5 +1,5 @@ name 'puppetlabs-stdlib' -version '2.3.0' +version '2.3.1' source 'git://github.com/puppetlabs/puppetlabs-stdlib' author 'puppetlabs' license 'Apache 2.0' |