Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Sep 6, 2022
1 parent 42012cc commit 1622112
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Unreleased
----------

* `test_tenant` uses current thread for parallel testing - @mikecmpbll
* Reset `test_tenant` in `with_tenant` - @hakimaryan
* Add `acts_as_tenant through:` option for HABTM - @scarhand
* Allow callable object (lambda, proc, block, etc) for `require_tenant` - @cmer

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
acts_as_tenant (0.5.1)
acts_as_tenant (0.5.2)
rails (>= 5.2)
request_store (>= 1.0.5)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
acts_as_tenant (0.5.1)
acts_as_tenant (0.5.2)
rails (>= 5.2)
request_store (>= 1.0.5)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
acts_as_tenant (0.5.1)
acts_as_tenant (0.5.2)
rails (>= 5.2)
request_store (>= 1.0.5)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
acts_as_tenant (0.5.1)
acts_as_tenant (0.5.2)
rails (>= 5.2)
request_store (>= 1.0.5)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_master.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ GIT
PATH
remote: ..
specs:
acts_as_tenant (0.5.1)
acts_as_tenant (0.5.2)
rails (>= 5.2)
request_store (>= 1.0.5)

Expand Down
2 changes: 1 addition & 1 deletion lib/acts_as_tenant/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActsAsTenant
VERSION = "0.5.1"
VERSION = "0.5.2"
end

0 comments on commit 1622112

Please sign in to comment.