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 62d3c08 commit 27800caCopy full SHA for 27800ca
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## [Unreleased]
2
3
+## [1.0.4] - 2021-10-05
4
+
5
+- Rename "lib/multi_tenant_support.rb" to "lib/multi-tenant-support.rb"
6
7
## [1.0.3] - 2021-10-04
8
9
- Prevent most ActiveRecord CRUD methods from acting across tenants.
lib/multi_tenant_support/version.rb
@@ -1,3 +1,3 @@
module MultiTenantSupport
- VERSION = '1.0.3'
+ VERSION = '1.0.4'
end
0 commit comments