Skip to content

Commit

Permalink
Version 2.4.0 changelog and version bump (#1830)
Browse files Browse the repository at this point in the history
* Changelog for 2.4.0

* Version 2.4.0
  • Loading branch information
PatrickTulskie committed Sep 5, 2022
1 parent 98e5354 commit daf45bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.4.0

### Fixed

* Remove `thread_safe` arg in Redis instantiaons (#1822)
* Updated Test Matrix for Redis 5.0 (#1824)
* Fix redis-rb 4.8 deprecation warnings (#1827)
* Fix redis-rb 5.0 compatibility issues (#1828)

## 2.3.0

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/resque/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Resque
VERSION = '2.3.0'
VERSION = '2.4.0'
end

0 comments on commit daf45bb

Please sign in to comment.