From 0702e20add72e7ac14f23ee935b989f0dc4835c7 Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Sat, 3 Sep 2022 15:27:02 +0300 Subject: [PATCH] Bump 2.0.1 --- Changes.md | 4 ++++ lib/crono/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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