Skip to content

Commit 5516b4e

Browse files
Version 4.10.0 bump and changelog
1 parent 1efc9c1 commit 5516b4e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [4.10.0] - 2023-08-20
6+
### Added
7+
* Add logfmt option for logging output (#763)
8+
9+
### Fixed
10+
* Rubocop Fixes (#771)
11+
512
## [4.9.0] - 2023-05-31
613
### Changed
714
- Adding batching to re-queuing for timestamp by @brennen-stripe in #767

lib/resque/scheduler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Resque
44
module Scheduler
5-
VERSION = '4.9.0'.freeze
5+
VERSION = '4.10.0'.freeze
66
end
77
end

0 commit comments

Comments
 (0)