Skip to content

Commit 953a2bf

Browse files
committed
Version bump
1 parent d7e422f commit 953a2bf

File tree

8 files changed

+11
-7
lines changed

8 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
Unreleased
22
----------
33

4+
0.5.3
5+
-----
6+
47
* Add support for Sidekiq 7 - @excid3
8+
* Fix global record validations with existing scope #294 - @mikecmpbll
59

610
0.5.2
711
-----

gemfiles/rails_5.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
acts_as_tenant (0.5.2)
4+
acts_as_tenant (0.5.3)
55
rails (>= 5.2)
66
request_store (>= 1.0.5)
77

gemfiles/rails_6.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
acts_as_tenant (0.5.2)
4+
acts_as_tenant (0.5.3)
55
rails (>= 5.2)
66
request_store (>= 1.0.5)
77

gemfiles/rails_6_1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
acts_as_tenant (0.5.2)
4+
acts_as_tenant (0.5.3)
55
rails (>= 5.2)
66
request_store (>= 1.0.5)
77

gemfiles/rails_7.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
acts_as_tenant (0.5.2)
4+
acts_as_tenant (0.5.3)
55
rails (>= 5.2)
66
request_store (>= 1.0.5)
77

gemfiles/rails_main.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ GIT
152152
PATH
153153
remote: ..
154154
specs:
155-
acts_as_tenant (0.5.2)
155+
acts_as_tenant (0.5.3)
156156
rails (>= 5.2)
157157
request_store (>= 1.0.5)
158158

gemfiles/sidekiq_7.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
acts_as_tenant (0.5.2)
4+
acts_as_tenant (0.5.3)
55
rails (>= 5.2)
66
request_store (>= 1.0.5)
77

lib/acts_as_tenant/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActsAsTenant
2-
VERSION = "0.5.2"
2+
VERSION = "0.5.3"
33
end

0 commit comments

Comments
 (0)