Skip to content

Commit

Permalink
updated changelog and metadata for release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rtkcstegel committed Jun 10, 2015
1 parent ff467b7 commit 65eaf9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
},
"recipes": {
},
"version": "0.7.1"
"version": "0.7.2"
}
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
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.1"
version "0.7.2"
name "simple_iptables"

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

0 comments on commit 65eaf9c

Please sign in to comment.