HISTORY.md in resque-retry-1.1.4 vs HISTORY.md in resque-retry-1.2.0
- old
+ new
@@ -1,6 +1,12 @@
## HEAD
+## 1.2.0 (2014-05-19)
+
+* Fixed scenario where job does not get retried correctly when `perform` is not called as expected.
+* Feature: Optional `@expire_retry_key_after` settings; expires retry counters from redis to save you cleaning up stale state.
+* Feature: Expose inner-workings of plugin through debug messages using `Resque.logger` (when logging level is Logger:DEBUG).
+
## 1.1.4 (2014-03-17)
* Fixed displaying retry information in resque web interface, caused by `Resque::Helpers` being deprecated.
* Feature: Allow `@fatal_exceptions` as inverse of `@retry_exceptions`, when fatal exception is raised the job will be immediately fail.
* Feature: Allow a random retry delay (within a range) when using exponential backoff strategy.