From: Ashley Penney Date: Fri, 16 May 2014 18:06:55 +0000 (-0400) Subject: Prepare a 1.1.1 release. X-Git-Tag: 1.1.1^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a8a2e5057b103ed5d2497ef1e1e9c3e8a72cb93a;p=puppet-modules%2Fpuppetlabs-firewall.git Prepare a 1.1.1 release. --- diff --git a/CHANGELOG.md b/CHANGELOG.md index c04ed77..daf390e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2014-05-16 Release 1.1.1 +###Summary + +This release reverts the alphabetical ordering of 1.1.0. We found this caused +a regression in the Openstack modules so in the interest of safety we have +removed this for now. + ## 2014-05-13 Release 1.1.0 ###Summary diff --git a/Modulefile b/Modulefile index 56fde2c..9756147 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-firewall' -version '1.1.0' +version '1.1.1' source 'git://github.com/puppetlabs/puppetlabs-firewall.git' author 'puppetlabs' license 'ASL 2.0' diff --git a/metadata.json b/metadata.json index 8060984..40fb861 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-firewall", - "version": "1.1.0", + "version": "1.1.1", "source": "https://github.com/puppetlabs/puppetlabs-firewall", "author": "Puppet Labs", "license": "Apache-2.0",