diff --git a/Changes.md b/Changes.md index 92c42c9d..da1f907a 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,8 @@ 2.16.0 ----------- +- Pass all Redis options to the Redis driver so Unix sockets + can be fully configured. [#1270, salimane] - Allow sidekiq-web extensions to add locale paths so extensions can be localized. [#1261, ondrejbartas] - Capistrano 3 support [#1254, phallstrom] diff --git a/Pro-Changes.md b/Pro-Changes.md index 7e941921..b9abd3be 100644 --- a/Pro-Changes.md +++ b/Pro-Changes.md @@ -3,6 +3,13 @@ Sidekiq Pro Changelog Please see http://sidekiq.org/pro for more details and how to buy. +1.2.5 +----------- + +- Convert Batch UI to use Sidekiq 2.16's support for extension + localization. +- Pro now requires Sidekiq 2.16.0 + 1.2.4 -----------