diff --git a/Changes.md b/Changes.md index 3308d4aa..f47584ed 100644 --- a/Changes.md +++ b/Changes.md @@ -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.0.3 --------- - Fix `Sidekiq::Client.push_bulk` API which was erroneously putting diff --git a/lib/sidekiq/version.rb b/lib/sidekiq/version.rb index e10d76f3..5f09a2c6 100644 --- a/lib/sidekiq/version.rb +++ b/lib/sidekiq/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Sidekiq - VERSION = "6.0.2" + VERSION = "6.0.3" end