diff --git a/Changes.md b/Changes.md index 8f7d8e76..8ad2923d 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.3 --------- - Warn if Redis is configured to evict data under memory pressure [#4752] diff --git a/Ent-Changes.md b/Ent-Changes.md index 3e9efac0..819b05b9 100644 --- a/Ent-Changes.md +++ b/Ent-Changes.md @@ -4,7 +4,7 @@ Please see [sidekiq.org](https://sidekiq.org) for more details and how to buy. -HEAD +2.2.1 ------------- - Support configurable timezones for periodic jobs [#4749] diff --git a/Pro-Changes.md b/Pro-Changes.md index a2c4ebea..b35ba869 100644 --- a/Pro-Changes.md +++ b/Pro-Changes.md @@ -4,7 +4,7 @@ Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy. -HEAD +5.2.1 --------- - Propagate death callbacks to parent batches [#4774] diff --git a/lib/sidekiq/version.rb b/lib/sidekiq/version.rb index 4f46a329..78505e7e 100644 --- a/lib/sidekiq/version.rb +++ b/lib/sidekiq/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Sidekiq - VERSION = "6.1.2" + VERSION = "6.1.3" end