We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24cbd47 commit e57bdb9Copy full SHA for e57bdb9
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Change Log
2
+## 2.3.0
3
+- Add alert and prevent job run when user leaves optional params empty in between other non-empty optional params.
4
+
5
## 2.2.4
6
- Move in-line JavaScript from .erb files to separate JavaScript files.
7
lib/sidekiq_adhoc_job/version.rb
@@ -1,3 +1,3 @@
module SidekiqAdhocJob
- VERSION = '2.2.4'.freeze
+ VERSION = '2.3.0'.freeze
end
0 commit comments