diff options
author | Paula McMaw <paula@puppet.com> | 2017-08-10 17:40:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-10 17:40:23 +0100 |
commit | b89d5f388ca701e38a0e0337408f5ccb7e68565f (patch) | |
tree | 197f248b6030e1d31e98297f4d444d0da686b0b4 | |
parent | ed2950ad4ab25436acf31098e847729b18a40246 (diff) | |
parent | 159586fa4151a44503045f23d70b98454e72ff8a (diff) |
Merge pull request #804 from eputnam/release_prep
(MODULES-5436) release prep for 4.18.0
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | metadata.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c15ce85..39d892e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). -## Supported Release 4.17.2 +## Supported Release 4.18.0 ### Summary -Patch release that reverts the Puppet version requirement lower bound to again include Puppet 2.7+. +Small release that reverts the Puppet version requirement lower bound to again include Puppet 2.7+ and bumps the upper bound to now include Puppet 5. #### Fixed - Reverts lower bound of Puppet requirement to 2.7.20 diff --git a/metadata.json b/metadata.json index da6cb5c..62cd362 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-stdlib", - "version": "4.17.2", + "version": "4.18.0", "author": "puppetlabs", "summary": "Standard library of resources for Puppet modules.", "license": "Apache-2.0", |