We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d671983 commit 4f9f76cCopy full SHA for 4f9f76c
CHANGELOG.md
@@ -1,5 +1,13 @@
1
## [Unreleased]
2
3
+## [1.1.1] - 2021-10-07
4
+
5
+- Make sure all four job delivery ways work as expected
6
+ - MyJob.perform_now('hi')
7
+ - MyJob.perform_later('hi')
8
+ - MyJob.set(queue: 'high').perform_now('hi')
9
+ - MyJob.set(queue: 'high').perform_later('hi')
10
11
## [1.1.0] - 2021-10-07
12
13
- Make tenant finding strategy customizable
lib/multi_tenant_support/version.rb
@@ -1,3 +1,3 @@
module MultiTenantSupport
- VERSION = '1.1.0'
+ VERSION = '1.1.1'
end
0 commit comments