diff --git a/Changes.md b/Changes.md index d644347a..5934f141 100644 --- a/Changes.md +++ b/Changes.md @@ -1,12 +1,15 @@ -0.5.1 ------------ - -- Initial release! - -0.5.2 +HEAD ----------- +- Resque-compatible processing stats in redis (mperham) +- Simple client testing support in sidekiq/testing (mperham) +- Plain old Ruby support via the -r cli flag (mperham) - Refactored middleware support, introducing ability to add client-side middleware (ryanlecompte) - Added middleware for ignoring duplicate jobs (ryanlecompte) - Added middleware for displaying jobs in resque-web dashboard (maxjustus) - Added redis namespacing support (maxjustus) + +0.5.1 +----------- + +- Initial release!