Skip to content

Commit 627a1ca

Browse files
committed
Release 2.0.0.beta.2
1 parent d601a32 commit 627a1ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ v2.0.0 (unreleased)
1818
- Improve rake task to automatically perfom a minor bump when no version if given
1919
- Persist data across the cookbook object
2020
- Use singleton classes to save memory and loadtime
21+
- Force a non-broken version of log4r
2122

2223
v1.1.0
2324
------

lib/stove/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Stove
2-
VERSION = '2.0.0.beta.1'
2+
VERSION = '2.0.0.beta.2'
33
end

0 commit comments

Comments
 (0)