From 12b6bd65f0dced48a6e039ee28a5a933e3a50563 Mon Sep 17 00:00:00 2001 From: Ray Ruvinskiy Date: Thu, 17 Nov 2016 10:53:43 -0500 Subject: [PATCH] Updates for 0.8.0 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 38ad5f3..1d95a62 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/metadata.json b/metadata.json index b20339b..538ec97 100644 --- a/metadata.json +++ b/metadata.json @@ -29,5 +29,5 @@ }, "recipes": { }, - "version": "0.7.5" + "version": "0.8.0" } diff --git a/metadata.rb b/metadata.rb index a4aa6be..90d1af0 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.5" +version "0.8.0" name "simple_iptables" supports "debian", ">= 6.0"