Skip to content

Commit b9ec779

Browse files
authored
Merge pull request #873 from javan/bump-1.1.2
Release v1.1.2
2 parents 7a18f09 + 9d3b980 commit b9ec779

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
### unreleased
22

33

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+
414
### 1.1.1 / Dec 8, 2025
515

616
* job_list `.respond_to?` updated to an instance method https://github.com/javan/whenever/pull/830

lib/whenever/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Whenever
2-
VERSION = '1.1.1'
2+
VERSION = '1.1.2'
33
end

0 commit comments

Comments
 (0)