Skip to content

Commit

Permalink
Version 4.10.1 and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTulskie committed Dec 15, 2023
1 parent 4092e06 commit 462e33e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [4.10.1] - 2023-12-15
### Fixed
* Fix json dump crasher with JSON 2.7.0+ by @PatrickTulskie in #781
* Fix for #761, reflected XSS in delayed_schedules.erb by @PatrickTulskie in #780

## [4.10.0] - 2023-08-20
### Added
* Add logfmt option for logging output (#763)
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.10.0'.freeze
VERSION = '4.10.1'.freeze
end
end

0 comments on commit 462e33e

Please sign in to comment.