diff --git a/Changes.md b/Changes.md index 1c282703..42f3dffa 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,7 @@ -HEAD +0.11.2 ----------- +- Work around Celluloid's small 4kb stack limit [#115] - Add support for a custom Capistrano role to limit Sidekiq to a set of machines. [#113] diff --git a/lib/sidekiq/version.rb b/lib/sidekiq/version.rb index 5b73bbb2..bebd9bd4 100644 --- a/lib/sidekiq/version.rb +++ b/lib/sidekiq/version.rb @@ -1,3 +1,3 @@ module Sidekiq - VERSION = "0.11.1" + VERSION = "0.11.2" end diff --git a/myapp/Gemfile.lock b/myapp/Gemfile.lock index 71d15b7d..6938319c 100644 --- a/myapp/Gemfile.lock +++ b/myapp/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - sidekiq (0.11.0) + sidekiq (0.11.2) celluloid (~> 0.10.0) connection_pool (~> 0.9.0) multi_json