diff --git a/Changes.md b/Changes.md index 16df09b4..edb0678d 100644 --- a/Changes.md +++ b/Changes.md @@ -1,5 +1,10 @@ # Sidekiq Changes +4.2.6 +----------- + +- Run Rails Executor when in production [#3221, eugeneius] + 4.2.5 ----------- diff --git a/lib/sidekiq/version.rb b/lib/sidekiq/version.rb index 9c58bf4a..6f64ba84 100644 --- a/lib/sidekiq/version.rb +++ b/lib/sidekiq/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Sidekiq - VERSION = "4.2.5" + VERSION = "4.2.6" end