We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efc9c1 commit 5516b4eCopy full SHA for 5516b4e
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
**ATTN**: This project uses [semantic versioning](http://semver.org/).
4
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
12
## [4.9.0] - 2023-05-31
13
### Changed
14
- Adding batching to re-queuing for timestamp by @brennen-stripe in #767
lib/resque/scheduler/version.rb
@@ -2,6 +2,6 @@
module Resque
module Scheduler
- VERSION = '4.9.0'.freeze
+ VERSION = '4.10.0'.freeze
end
0 commit comments