We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c00ad8 commit 192d347Copy full SHA for 192d347
HISTORY.md
@@ -1,3 +1,9 @@
1
+## 1.19.0 (2011-09-01)
2
+
3
+* Added Airbrake (formerly Hoptoad) support.
4
+* Web UI: Added retry all button to failed jobs page
5
+* Web UI: Show focus outline
6
7
## 1.18.6 (2011-08-30)
8
9
* Bugfix: Use Rails 3 eager loading for resque:preload
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = VERSION = '1.18.6'
+ Version = VERSION = '1.19.0'
end
0 commit comments