Skip to content

Commit

Permalink
Whenever 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
javan committed Dec 22, 2012
1 parent 6dba273 commit d8c902a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@
* Time zone support


### 0.8.1 / December 22nd, 2012

* Fix multiserver roles bug. [Wes Morgan]

* Refactor Cap recipes and add tests for them. [Wes Morgan]

* Fix file not found error when running under JRuby. [Wes Morgan]

* Stop interpolating template attributes with no corresponding value. [Vincent Boisard]

* Support for raw cron separated by tabs. [Étienne Barrié]


### 0.8.0 / November 8th, 2012

* Separate Capistrano recipes to allow custom execution. [Bogdan Gusiev]
Expand Down
2 changes: 1 addition & 1 deletion lib/whenever/version.rb
@@ -1,3 +1,3 @@
module Whenever
VERSION = '0.8.0'
VERSION = '0.8.1'
end

0 comments on commit d8c902a

Please sign in to comment.