diff --git a/Changes.md b/Changes.md index 3acef7c8..43df7c7a 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,8 @@ +2.11.3 +----------- + +- Add Korean locale [#890] + 2.11.2 ----------- diff --git a/lib/sidekiq/version.rb b/lib/sidekiq/version.rb index 02619df5..bbe58a1c 100644 --- a/lib/sidekiq/version.rb +++ b/lib/sidekiq/version.rb @@ -1,3 +1,3 @@ module Sidekiq - VERSION = "2.11.2" + VERSION = "2.11.3" end