From 4c7bcee3bb192a027f1ccf1458d9120799db5c65 Mon Sep 17 00:00:00 2001 From: Wilson McCoubrey Date: Mon, 9 Jan 2017 14:00:15 +0000 Subject: [PATCH] Use only minor version bump for release 1.8.2, keep puppet 3 requirement --- CHANGELOG.md | 2 +- metadata.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8ad022..17057bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Supported Release 2.0.0 +## Supported Release 1.8.2 ### Summary This release includes numerous features and bugfixes, See below. diff --git a/metadata.json b/metadata.json index 9a82553..fbc54cb 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-firewall", - "version": "2.0.0", + "version": "1.8.2", "author": "Puppet Labs", "summary": "Manages Firewalls such as iptables", "license": "Apache-2.0", @@ -73,7 +73,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 4.0.0 < 5.0.0" + "version_requirement": ">= 3.5.0 < 5.0.0" } ], "dependencies": [ -- 2.45.2