Skip to content

Commit

Permalink
Version 4.7.0 with redis-rb 5.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTulskie committed Oct 7, 2022
1 parent 24508ac commit e37f5dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

**ATTN**: This project uses [semantic versioning](http://semver.org/).

## [4.7.0] - 2022-10-6
### Fixed
- Fix tests for redis-rb 5.0 (#757)
- Use Resque::DataStore#reconnect for redis-rb 5.0 compat (#757)
- Test suite runs `flushall` to prevent flakiness (#757)

## [4.6.0] - 2022-08-04
### Changed
- Remove support for Ruby < 2.3
Expand Down
2 changes: 1 addition & 1 deletion lib/resque/scheduler/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Resque
module Scheduler
VERSION = '4.6.0'.freeze
VERSION = '4.7.0'.freeze
end
end

0 comments on commit e37f5dd

Please sign in to comment.