From 627a1ca5d70f39b5fb54a57fd0c0465243922faf Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 27 Jan 2014 22:24:47 -0500 Subject: [PATCH] Release 2.0.0.beta.2 --- CHANGELOG.md | 1 + lib/stove/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a987250..3af7138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ v2.0.0 (unreleased) - Improve rake task to automatically perfom a minor bump when no version if given - Persist data across the cookbook object - Use singleton classes to save memory and loadtime +- Force a non-broken version of log4r v1.1.0 ------ diff --git a/lib/stove/version.rb b/lib/stove/version.rb index 23543ec..1d21b6f 100644 --- a/lib/stove/version.rb +++ b/lib/stove/version.rb @@ -1,3 +1,3 @@ module Stove - VERSION = '2.0.0.beta.1' + VERSION = '2.0.0.beta.2' end