diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | Modulefile | 2 | ||||
-rw-r--r-- | metadata.json | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f160002..97979bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -##2014-05-14 - Supported Release 4.3.0 +##2014-06-04 - Release 4.2.2 ### Summary -This is a supported release of the code released as 4.2.1. +This release adds PE3.3 support in the metadata and fixes a few tests. ## 2014-05-08 - Release - 4.2.1 ### Summary @@ -1,5 +1,5 @@ name 'puppetlabs-stdlib' -version '4.3.0' +version '4.2.2' source 'git://github.com/puppetlabs/puppetlabs-stdlib.git' author 'puppetlabs' license 'Apache 2.0' diff --git a/metadata.json b/metadata.json index 638e36d..acb880f 100644 --- a/metadata.json +++ b/metadata.json @@ -89,7 +89,7 @@ "requirements": [ { "name": "pe", - "version_requirement": "3.3.x" + "version_requirement": ">= 3.2.0 < 3.4.0" }, { "name": "puppet", @@ -97,7 +97,7 @@ } ], "name": "puppetlabs-stdlib", - "version": "4.2.1", + "version": "4.2.2", "source": "git://github.com/puppetlabs/puppetlabs-stdlib", "author": "puppetlabs", "license": "Apache 2.0", |