1
0
Fork 0
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:
Mike Perham 2013-10-30 20:37:38 -07:00
parent 02626a5ec3
commit e58e4593b8
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "2.16.0"
VERSION = "2.16.1"
end