From 7740ed48068ba11050e905816190b0c3ca4dce81 Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Wed, 11 Dec 2013 19:28:26 -0500 Subject: [PATCH] Version bump to v2.0.2 --- CHANGELOG.md | 5 +++++ metadata.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d36db7..028c8a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ fail2ban Cookbook CHANGELOG This file is used to list changes made in each version of the fail2ban cookbook. +v2.0.2 +------ +Locking yum dependency to '< 3' + + v2.0.0 ------ [COOK-2530] Allow customisation of jail.local diff --git a/metadata.rb b/metadata.rb index 058e010..b6f7830 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email "cookbooks@opscode.com" license "Apache 2.0" description "Installs and configures fail2ban" -version "2.0.1" +version "2.0.2" recipe "fail2ban", "Installs and configures fail2ban"