From 192d347ea9a00401de060643185ad4475c883eb4 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Fri, 2 Sep 2011 13:52:30 -0700 Subject: [PATCH] 1.19.0 --- HISTORY.md | 6 ++++++ lib/resque/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index eb7ff56c3..5297053ae 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +## 1.19.0 (2011-09-01) + +* Added Airbrake (formerly Hoptoad) support. +* Web UI: Added retry all button to failed jobs page +* Web UI: Show focus outline + ## 1.18.6 (2011-08-30) * Bugfix: Use Rails 3 eager loading for resque:preload diff --git a/lib/resque/version.rb b/lib/resque/version.rb index 1c90a53c6..40e013a90 100644 --- a/lib/resque/version.rb +++ b/lib/resque/version.rb @@ -1,3 +1,3 @@ module Resque - Version = VERSION = '1.18.6' + Version = VERSION = '1.19.0' end