diff --git a/Changes.md b/Changes.md index 1b28f7c..39769a1 100644 --- a/Changes.md +++ b/Changes.md @@ -7,3 +7,8 @@ ——————————— - Added -e/--environment ENV option to set the daemon rails environment. + +0.5.2 +——————————— + +- Fix: Scheduled time now related to the last performing time. \ No newline at end of file diff --git a/lib/crono/version.rb b/lib/crono/version.rb index 59843f9..9c2263a 100644 --- a/lib/crono/version.rb +++ b/lib/crono/version.rb @@ -1,3 +1,3 @@ module Crono - VERSION = "0.5.1" + VERSION = "0.5.2" end