Skip to content

Commit

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

0.5.3
-----

* Add support for Sidekiq 7 - @excid3
* Fix global record validations with existing scope #294 - @mikecmpbll

0.5.2
-----
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.2)
acts_as_tenant (0.5.3)
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.2)
acts_as_tenant (0.5.3)
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.2)
acts_as_tenant (0.5.3)
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.2)
acts_as_tenant (0.5.3)
rails (>= 5.2)
request_store (>= 1.0.5)

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

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sidekiq_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.2)
acts_as_tenant (0.5.3)
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.2"
VERSION = "0.5.3"
end

0 comments on commit 953a2bf

Please sign in to comment.