ready for release

This commit is contained in:
Mike Perham 2022-11-03 14:17:03 -07:00
parent 636fa9a06a
commit 1e80f43004
No known key found for this signature in database
4 changed files with 10 additions and 4 deletions

View File

@ -2,6 +2,12 @@
[Sidekiq Changes](https://github.com/mperham/sidekiq/blob/main/Changes.md) | [Sidekiq Pro Changes](https://github.com/mperham/sidekiq/blob/main/Pro-Changes.md) | [Sidekiq Enterprise Changes](https://github.com/mperham/sidekiq/blob/main/Ent-Changes.md)
7.0.1
----------
- Allow an embedding process to reuse its own heartbeat thread
- Update zh-cn localization
7.0.0
----------

View File

@ -4,7 +4,7 @@
Please see [sidekiq.org](https://sidekiq.org) for more details and how to buy.
HEAD
7.0.1
---------
- Fix spurious ReadTimeoutError in concurrent rate limiter [#5611]

View File

@ -4,10 +4,10 @@
Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy.
HEAD
7.0.1
---------
- Fix eager connection to Redis [#5606]
- Fix eager connection to Redis when activating reliable_push [#5606]
7.0.0
---------

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
module Sidekiq
VERSION = "7.0.0"
VERSION = "7.0.1"
MAJOR = 7
end