summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2014-07-14 15:55:06 -0700
committerHunter Haugen <hunter@puppetlabs.com>2014-07-14 15:55:06 -0700
commit90ac0a7742e1d20905287851454a0c3a1fbb5f0a (patch)
treeb4d15446b2fd583e13612ccfcd7c1e419bc7fb14
parent251831bd929a9638b6d36834813afc5dbd95cd0d (diff)
Release 4.3.1
Summary This supported release updates the metadata.json to work around upgrade behavior of the PMT. Bugfixes - Synchronize metadata.json with PMT-generated metadata to pass checksums
-rw-r--r--CHANGELOG.md7
-rw-r--r--metadata.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index acf6032..0a63ec6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+##2014-07-14 - Supported Release 4.3.1
+### Summary
+This supported release updates the metadata.json to work around upgrade behavior of the PMT.
+
+#### Bugfixes
+- Synchronize metadata.json with PMT-generated metadata to pass checksums
+
##2014-06-27 - Supported Release 4.3.0
### Summary
This release is the first supported release of the stdlib 4 series. It remains
diff --git a/metadata.json b/metadata.json
index ddec540..bce75e0 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-stdlib",
- "version": "4.3.0",
+ "version": "4.3.1",
"author": "puppetlabs",
"summary": "Puppet Module Standard Library",
"license": "Apache 2.0",