Skip to content

Commit 27800ca

Browse files
committed
Release v1.0.4
1 parent 62d3c08 commit 27800ca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.4] - 2021-10-05
4+
5+
- Rename "lib/multi_tenant_support.rb" to "lib/multi-tenant-support.rb"
6+
37
## [1.0.3] - 2021-10-04
48

59
- Prevent most ActiveRecord CRUD methods from acting across tenants.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MultiTenantSupport
2-
VERSION = '1.0.3'
2+
VERSION = '1.0.4'
33
end

0 commit comments

Comments
 (0)