We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a18f09 + 9d3b980 commit b9ec779Copy full SHA for b9ec779
CHANGELOG.md
@@ -1,6 +1,16 @@
1
### unreleased
2
3
4
+### 1.1.2 / January 18, 2026
5
+
6
+* Add description as comment in crontab https://github.com/javan/whenever/pull/776
7
8
+* Override global option with group option https://github.com/javan/whenever/pull/822
9
10
+* CI: Add Ruby 4.0 to CI Matrix https://github.com/javan/whenever/pull/872
11
12
+* CI: Use macos-15-intel instead of macos-13 for Ruby 2.4 and 2.5 https://github.com/javan/whenever/pull/871
13
14
### 1.1.1 / Dec 8, 2025
15
16
* job_list `.respond_to?` updated to an instance method https://github.com/javan/whenever/pull/830
lib/whenever/version.rb
@@ -1,3 +1,3 @@
module Whenever
- VERSION = '1.1.1'
+ VERSION = '1.1.2'
end
0 commit comments