diff --git a/Changes.md b/Changes.md index b771a4a..f59994e 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,7 @@ +2.0.1 +----------- +- Fix a job argument error + 2.0.0 ----------- - Converted this gem to a proper Rails engine diff --git a/lib/crono/version.rb b/lib/crono/version.rb index 01b914a..6bfa895 100644 --- a/lib/crono/version.rb +++ b/lib/crono/version.rb @@ -1,3 +1,3 @@ module Crono - VERSION = '2.0.0' + VERSION = '2.0.1' end