Skip to content

Commit 4f9f76c

Browse files
committed
Release v1.1.1
1 parent d671983 commit 4f9f76c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## [Unreleased]
22

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+
311
## [1.1.0] - 2021-10-07
412

513
- Make tenant finding strategy customizable
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MultiTenantSupport
2-
VERSION = '1.1.0'
2+
VERSION = '1.1.1'
33
end

0 commit comments

Comments
 (0)