Skip to content

Commit

Permalink
Version 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTulskie committed Jun 8, 2023
1 parent 0eabeb0 commit 86d4128
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [4.9.0] - 2023-05-31
### Changed
- Adding batching to re-queuing for timestamp by @brennen-stripe in #767
- Use non-deprecated form of Redis.sadd/srem by @irvingreid in #752
- Prompt for confirmation on 'Clear Delayed Jobs' by @mishina2228 in #754
- Address some deprecation warnings in the test suite and with srem/lrem pipelined usage by @PatrickTulskie in #770

### Fixed
- Update CI matrix and fix tests by @mishina2228 in #766

## [4.8.0] - 2023-27-1
- Replace deprecated Socket.gethostname with Addrinfo.getaddrinfo to fix deprecation warnings (#753)

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.8.0'.freeze
VERSION = '4.9.0'.freeze
end
end

0 comments on commit 86d4128

Please sign in to comment.