diff --git a/Changes.md b/Changes.md index 4dab6bc..8be197d 100644 --- a/Changes.md +++ b/Changes.md @@ -17,3 +17,8 @@ ----------- - Persist job state to your database. + +0.7.0 +----------- + +- Added simple Web UI diff --git a/Gemfile.lock b/Gemfile.lock index e3e1c59..b981a8e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - crono (0.6.1) + crono (0.7.0) activejob (~> 4.0) activerecord (~> 4.0) activesupport (~> 4.0) diff --git a/lib/crono/version.rb b/lib/crono/version.rb index 458a9ce..9fc9803 100644 --- a/lib/crono/version.rb +++ b/lib/crono/version.rb @@ -1,3 +1,3 @@ module Crono - VERSION = '0.6.1' + VERSION = '0.7.0' end