From fe0bf95bf38b17f5ac89f62ec3d674ddb2a712c9 Mon Sep 17 00:00:00 2001 From: Ray Ruvinskiy Date: Sat, 24 Oct 2015 13:18:19 -0400 Subject: [PATCH] Prepare 0.7.3 release --- README.md | 3 +++ metadata.json | 2 +- metadata.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccac8fa..84bd8df 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,9 @@ Which results in the following iptables configuration: Changes ======= +* 0.7.3 (October 24, 2015) + * Fix ipv6 support when using ip-version :both (#73 - chantra) + * Avoid Lazy Defaults in LWRP Definitions to maintain compatibility with older Chef version * 0.7.2 (June 12, 2015) * 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) diff --git a/metadata.json b/metadata.json index 381bb7f..815f7fd 100644 --- a/metadata.json +++ b/metadata.json @@ -29,5 +29,5 @@ }, "recipes": { }, - "version": "0.7.2" + "version": "0.7.3" } diff --git a/metadata.rb b/metadata.rb index 131bfe6..04d4ddc 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.2" +version "0.7.3" name "simple_iptables" supports "debian", ">= 6.0"