Skip to content

Commit 28cab73

Browse files
committed
Update HISTORY.md and release v1.9.0
1 parent ff98df7 commit 28cab73

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.9.0 (2026-01-23)
2+
3+
* Allow Resque 3.X versions
4+
* Add Ruby 3.2, 3.3, 3.4, and 4.0 to the test matrix
5+
* Remove Ruby 2.7, 3.0, and 3.1 from the test matrix (EOL)
6+
* Update development dependencies (`minitest`, `rack-test`, `mocha`, `rake`)
7+
18
# 1.8.1 (2023-06-25)
29

310
* Prevent crashing due to `nil` keys on newer _Redis_ client

lib/resque-retry/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ResqueRetry
2-
VERSION = '1.8.1'
2+
VERSION = '1.9.0'
33
end

0 commit comments

Comments
 (0)