1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

bump, release

This commit is contained in:
Mike Perham 2021-01-21 09:45:31 -08:00
parent fdc0531851
commit 49b5d3351f
4 changed files with 4 additions and 4 deletions

View file

@ -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]

View file

@ -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]

View file

@ -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]

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Sidekiq
VERSION = "6.1.2"
VERSION = "6.1.3"
end