From 65eaf9caa645b71b0bbcaf4826c9b8d146cf3c4d Mon Sep 17 00:00:00 2001 From: Cory Stegelmeier Date: Wed, 10 Jun 2015 17:13:23 -0400 Subject: [PATCH] updated changelog and metadata for release 0.7.2 --- README.md | 5 +++-- metadata.json | 2 +- metadata.rb | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3defc34..9c88836 100644 --- a/README.md +++ b/README.md @@ -388,8 +388,9 @@ Which results in the following iptables configuration: Changes ======= * 0.7.2 (June 10, 2015) - * simple_iptables_rule attribute "rule" defaults to "" - * fixed foodcritic errors saying provider needed to always call new_resource.updated_by_last_action + * simple_iptables_rule attribute "rule" defaults to "" (#71 - rtkcstegel) + * fixed foodcritic errors saying provider needed to always call new_resource.updated_by_last_action (#71 - rtkcstegel) + * support aws AMI (#69 - chantra) * 0.7.1 (Feburary 5, 2015) * Allow setting comment for rule (#57 - TheMeier) * Load rules on reboot on RHEL 7 and later (#58 - TheMeier) diff --git a/metadata.json b/metadata.json index dbba929..381bb7f 100644 --- a/metadata.json +++ b/metadata.json @@ -29,5 +29,5 @@ }, "recipes": { }, - "version": "0.7.1" + "version": "0.7.2" } diff --git a/metadata.rb b/metadata.rb index 7260478..131bfe6 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ license "BSD" description "Simple LWRP and recipe for managing iptables rules" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "0.7.1" +version "0.7.2" name "simple_iptables" supports "debian", ">= 6.0"