From 6d784d53751528c28b8c6e5c69c206740d22ada0 Mon Sep 17 00:00:00 2001 From: Marta Paciorkowska Date: Thu, 12 Feb 2015 14:50:20 +0100 Subject: [PATCH] Bump version to 0.1.2 --- CHANGELOG.md | 4 ++++ lib/chef-helpers/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d8641..ce72bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changes ======= +0.1.2 +----- + - Fix problem on calling `has_resource?` multiple times. Authored by @sonots! + 0.1.1 ----- - Fix crucial typo in `has_cookbook_file?`. Authored by @maoueh! diff --git a/lib/chef-helpers/version.rb b/lib/chef-helpers/version.rb index 02b854e..9fbc5ac 100644 --- a/lib/chef-helpers/version.rb +++ b/lib/chef-helpers/version.rb @@ -1,3 +1,3 @@ module ChefHelpers - VERSION = "0.1.1" + VERSION = "0.1.2" end