File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 22
33** ATTN** : This project uses [ semantic versioning] ( http://semver.org/ ) .
44
5+ ## [ 4.10.3] - 2024-12-30
6+ ### Added
7+ * Expose timeout for lock via environment variable configuration by @pmm4654 in #786
8+ * Add Ruby 3.3 to the CI matrix by @santiagorodriguez96 in #797
9+
10+ ### Fixed
11+ * Fix schedule hooks when enqueuing configured job by @codealchemy in #792
12+ * Fix undefined ` header ` method CI failures by @codealchemy in #793
13+
14+ ### Documentation
15+ * Fix typo by @dijonkitchen in #789
16+ * Fix links to generated docs by @dijonkitchen in #790
17+
18+ ### Security
19+ * Bump github/codeql-action from 2 to 3 by @dependabot in #785
20+
521## [ 4.10.2] - 2023-12-15
622### Fixed
723* Finish fixing CVE-2022 -44303, XSS in delayed_schedules by @PatrickTulskie in #783
Original file line number Diff line number Diff line change 22
33module Resque
44 module Scheduler
5- VERSION = '4.10.2 ' . freeze
5+ VERSION = '4.11.0 ' . freeze
66 end
77end
You can’t perform that action at this time.
0 commit comments