Browse Source

1.4.3 release prep

tphoney 8 years ago
parent
commit
5eb4c7a3d5
2 changed files with 7 additions and 2 deletions
  1. 5 0
      CHANGELOG.md
  2. 2 2
      metadata.json

+ 5 - 0
CHANGELOG.md

@@ -1,3 +1,8 @@
+## Supported Release 1.4.3
+###Summary
+
+Small release for support of newer PE versions. This increments the version of PE in the metadata.json file.
+
 ## 2015-09-01 - Supported Release 1.4.2
 ### Summary
 This release adds some bugfixes.

+ 2 - 2
metadata.json

@@ -1,6 +1,6 @@
 {
   "name": "puppetlabs-inifile",
-  "version": "1.4.2",
+  "version": "1.4.3",
   "author": "Puppet Labs",
   "summary": "Resource types for managing settings in INI files",
   "license": "Apache-2.0",
@@ -95,7 +95,7 @@
   "requirements": [
     {
       "name": "pe",
-      "version_requirement": ">= 3.0.0 < 2015.3.0"
+      "version_requirement": ">= 3.0.0 < 2015.4.0"
     },
     {
       "name": "puppet",