Skip to content

Commit

Permalink
Updates for 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtkrruvinskiy committed Nov 17, 2016
1 parent fd33346 commit 12b6bd6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -387,6 +387,9 @@ Which results in the following iptables configuration:

Changes
=======
* 0.8.0 (November 17, 2016)
* Order of rules with the same weight reflects the order of the resources in a recipe
* Switch to default attributes from normal attributes
* 0.7.5 (June 27, 2016)
* Allow NAT for IPv6 (#79 - andrewheald)
* 0.7.4 (January 25, 2016)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Expand Up @@ -29,5 +29,5 @@
},
"recipes": {
},
"version": "0.7.5"
"version": "0.8.0"
}
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -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.5"
version "0.8.0"
name "simple_iptables"

supports "debian", ">= 6.0"
Expand Down

0 comments on commit 12b6bd6

Please sign in to comment.