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 349e619 commit 587af88Copy full SHA for 587af88
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## [Unreleased]
2
3
+## [1.3.1] - 2021-10-10
4
+
5
+- Make ViewHelper work in both controller and view
6
7
## [1.3.0] - 2021-10-10
8
9
- Integrate with Rails default testing toolchain (Minitest + Capybara)
lib/multi_tenant_support/version.rb
@@ -1,3 +1,3 @@
module MultiTenantSupport
- VERSION = '1.3.0'
+ VERSION = '1.3.1'
end
0 commit comments