Skip to content

Commit 881b770

Browse files
Version 4.11.0
1 parent 496f086 commit 881b770

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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

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.10.2'.freeze
5+
VERSION = '4.11.0'.freeze
66
end
77
end

0 commit comments

Comments
 (0)