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