Skip to content

Commit 470017c

Browse files
authored
Merge pull request #870 from javan/bump-1.1.1
Release v1.1.1
2 parents d4cc867 + 6dbbfda commit 470017c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

33

4+
### 1.1.1 / Dec 8, 2025
5+
6+
* job_list `.respond_to?` updated to an instance method https://github.com/javan/whenever/pull/830
7+
8+
* Update README.md https://github.com/javan/whenever/pull/789
9+
10+
* CI: Bump actions/checkout from 5 to 6 https://github.com/javan/whenever/pull/869
11+
12+
* CI: Add tests using ActiveSupport to CI https://github.com/javan/whenever/pull/868
13+
14+
* Require MFA for gem releases https://github.com/javan/whenever/pull/867
15+
416
### 1.1.0 / Nov 21, 2025
517

618
* Splat whenever_roles when passing to roles https://github.com/javan/whenever/pull/777

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.0'
2+
VERSION = '1.1.1'
33
end

0 commit comments

Comments
 (0)