diff --git a/Changes.md b/Changes.md index ca2dcff3..4017062b 100644 --- a/Changes.md +++ b/Changes.md @@ -2,7 +2,7 @@ [Sidekiq Changes](https://github.com/mperham/sidekiq/blob/master/Changes.md) | [Sidekiq Pro Changes](https://github.com/mperham/sidekiq/blob/master/Pro-Changes.md) | [Sidekiq Enterprise Changes](https://github.com/mperham/sidekiq/blob/master/Ent-Changes.md) -HEAD +6.1.1 --------- - Jobs are now sorted by age in the Busy Workers table. [#4641] diff --git a/lib/sidekiq/version.rb b/lib/sidekiq/version.rb index 842f8a23..4f46a329 100644 --- a/lib/sidekiq/version.rb +++ b/lib/sidekiq/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Sidekiq - VERSION = "6.1.1" + VERSION = "6.1.2" end