We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d601a32 commit 627a1caCopy full SHA for 627a1ca
CHANGELOG.md
@@ -18,6 +18,7 @@ v2.0.0 (unreleased)
18
- Improve rake task to automatically perfom a minor bump when no version if given
19
- Persist data across the cookbook object
20
- Use singleton classes to save memory and loadtime
21
+- Force a non-broken version of log4r
22
23
v1.1.0
24
------
lib/stove/version.rb
@@ -1,3 +1,3 @@
1
module Stove
2
- VERSION = '2.0.0.beta.1'
+ VERSION = '2.0.0.beta.2'
3
end
0 commit comments