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 5144168 commit 0106734Copy full SHA for 0106734
HISTORY.md
@@ -1,3 +1,8 @@
1
+## 1.16.1 (2011-05-17)
2
+
3
+* Bugfix: Resque::Failure::Hoptoad.configure works again
4
+* Bugfix: Loading rake tasks
5
6
## 1.16.0 (2011-05-16)
7
8
* Optional Hoptoad backend extracted into hoptoad_notifier. Install the gem to use it.
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = VERSION = '1.16.0'
+ Version = VERSION = '1.16.1'
end
0 commit comments