Skip to content

Commit 462e33e

Browse files
Version 4.10.1 and Changelog
1 parent 4092e06 commit 462e33e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## [4.10.1] - 2023-12-15
6+
### Fixed
7+
* Fix json dump crasher with JSON 2.7.0+ by @PatrickTulskie in #781
8+
* Fix for #761, reflected XSS in delayed_schedules.erb by @PatrickTulskie in #780
9+
510
## [4.10.0] - 2023-08-20
611
### Added
712
* Add logfmt option for logging output (#763)

lib/resque/scheduler/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

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

0 commit comments

Comments
 (0)