mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Changes update, bump version
This commit is contained in:
parent
02626a5ec3
commit
e58e4593b8
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
HEAD
|
||||
2.16.1
|
||||
-----------
|
||||
|
||||
- Revert usage of `resolv-replace`. MRI's native DNS lookup releases the GIL.
|
||||
- Fix several Capistrano 3 issues
|
||||
- Escaping dynamic data like job args and error messages in Sidekiq Web UI. [#1299, lian]
|
||||
|
||||
2.16.0
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "2.16.0"
|
||||
VERSION = "2.16.1"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue