diff --git a/README.md b/README.md index 84bd8df..08e66d3 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,8 @@ Which results in the following iptables configuration: Changes ======= +* 0.7.4 (January 25, 2016) + * A `:default` parameter should not be specified on `:name_attribute` attributes (#78 - iroller) * 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 diff --git a/metadata.json b/metadata.json index 815f7fd..380279b 100644 --- a/metadata.json +++ b/metadata.json @@ -29,5 +29,5 @@ }, "recipes": { }, - "version": "0.7.3" + "version": "0.7.4" } diff --git a/metadata.rb b/metadata.rb index 04d4ddc..19b3b22 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.3" +version "0.7.4" name "simple_iptables" supports "debian", ">= 6.0"