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 989e986 commit 0c4f03fCopy full SHA for 0c4f03f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## [Unreleased]
2
3
+## [1.5.0] - 2022-02-21
4
+
5
+- Support Rails >= 6.1 only
6
+- Test with [matrixeval-ruby](https://github.com/MatrixEval/matrixeval-ruby)
7
8
## [1.4.0] - 2021-10-13
9
10
#### Add
lib/multi_tenant_support/version.rb
@@ -1,3 +1,3 @@
module MultiTenantSupport
- VERSION = '1.4.0'
+ VERSION = '1.5.0'
end
0 commit comments