diff --git a/CHANGELOG.md b/CHANGELOG.md index 6836ae2..c878d4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### 0.6.7 / March 23rd, 2011 + +* Fix issue with comment block being corrupted during subsequent insertion of duplicate entries to the crontab. #123 [Jeremy (@lingmann)] + +* Removed -i from default job template. #118 [Javan Makhmali] + + ### 0.6.6 / March 8th, 2011 * Fix unclosed identifier bug. #119 [Javan Makhmali] diff --git a/lib/whenever/version.rb b/lib/whenever/version.rb index a3a537b..5b2633a 100644 --- a/lib/whenever/version.rb +++ b/lib/whenever/version.rb @@ -1,3 +1,3 @@ module Whenever - VERSION = '0.6.6' + VERSION = '0.6.7' end \ No newline at end of file