summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaula McMaw <paula@puppet.com>2017-08-11 10:58:42 +0100
committerGitHub <noreply@github.com>2017-08-11 10:58:42 +0100
commit0bb25fb19904e8b346a25204f787b8bdc5140bae (patch)
tree26721306dc6501ada77e48111b8e94f9856cf0b8
parent016f4dfd7f0c8a6b5b98fa38cf70434603c75883 (diff)
parentc7ac34da3a8b70500143e326f8c4fa27ae7da311 (diff)
Merge pull request #805 from puppetlabs/release
Release mergeback 4.18.0
-rw-r--r--CHANGELOG.md13
-rw-r--r--metadata.json2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b3a5a9..73b889c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+# Change log
+
+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.18.0
+### Summary
+
+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
+
## Supported Release 4.17.1
### Summary
diff --git a/metadata.json b/metadata.json
index 66c47c1..62cd362 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-stdlib",
- "version": "4.17.1",
+ "version": "4.18.0",
"author": "puppetlabs",
"summary": "Standard library of resources for Puppet modules.",
"license": "Apache-2.0",