diff --git a/CHANGELOG.md b/CHANGELOG.md index 8517f2f9..c99df5f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,8 @@ -### 0.9.0 (unreleased) +### 0.9.0 / December 17, 2013 -* Time zone support +* Capistrano V3 support. [Philip Hallstrom] -* Allow the :job_template system to reprocess using the parameters provided so - that the :job_template can refer to job-specific parameters. [Austin Ziegler] +* Process params in job templates. [Austin Ziegler] ### 0.8.4 / July 22, 2012 diff --git a/lib/whenever/version.rb b/lib/whenever/version.rb index 7a8b9b82..5032be46 100644 --- a/lib/whenever/version.rb +++ b/lib/whenever/version.rb @@ -1,3 +1,3 @@ module Whenever - VERSION = '0.8.4' + VERSION = '0.9.0' end