We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9917d2 commit a397c33Copy full SHA for a397c33
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.12.2 - 11-09-2019
2
+
3
+- Allow sorting schedule history by schedule name
4
5
# 0.12.1 - 30-08-2019
6
7
- Jobs that change family from per host to non per host can cause a tight loop
lib/mini_scheduler/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module MiniScheduler
- VERSION = "0.12.1"
+ VERSION = "0.12.2"
end
0 commit comments