diff options
author | Ashley Penney <ashley.penney@puppetlabs.com> | 2014-07-15 11:27:47 -0400 |
---|---|---|
committer | Ashley Penney <ashley.penney@puppetlabs.com> | 2014-07-15 11:27:47 -0400 |
commit | 545dcc91f5b4487e91c94b0af96003ad54e10017 (patch) | |
tree | 11c4553563d25e98d98da62ece662b00f1ace47c | |
parent | 4c62b7a2eeec8d6e49ae8b05f2ed000a2b544cc2 (diff) | |
download | puppet-stdlib-545dcc91f5b4487e91c94b0af96003ad54e10017.tar.gz puppet-stdlib-545dcc91f5b4487e91c94b0af96003ad54e10017.tar.bz2 |
Prepare a 4.3.2 release.
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | metadata.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a63ec6..fb5fd7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +##2014-07-15 - Supported Release 4.3.2 +###Summary + +This release merely updates metadata.json so the module can be uninstalled and +upgraded via the puppet module command. + ##2014-07-14 - Supported Release 4.3.1 ### Summary This supported release updates the metadata.json to work around upgrade behavior of the PMT. diff --git a/metadata.json b/metadata.json index bce75e0..26167b6 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-stdlib", - "version": "4.3.1", + "version": "4.3.2", "author": "puppetlabs", "summary": "Puppet Module Standard Library", "license": "Apache 2.0", |