Skip to content

Commit a397c33

Browse files
committedSep 11, 2019
Version bump
1 parent a9917d2 commit a397c33

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.12.2 - 11-09-2019
2+
3+
- Allow sorting schedule history by schedule name
4+
15
# 0.12.1 - 30-08-2019
26

37
- Jobs that change family from per host to non per host can cause a tight loop

‎lib/mini_scheduler/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MiniScheduler
4-
VERSION = "0.12.1"
4+
VERSION = "0.12.2"
55
end

0 commit comments

Comments
 (0)