Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jan 23, 2023
1 parent 0b8933e commit cd3dc8f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased
----------

0.6.1
-----

* Add `touch` for `belongs_to` association #306

0.6.0
-----

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.6.0)
acts_as_tenant (0.6.1)
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.6.0)
acts_as_tenant (0.6.1)
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.6.0)
acts_as_tenant (0.6.1)
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.6.0)
acts_as_tenant (0.6.1)
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 @@ -151,7 +151,7 @@ GIT
PATH
remote: ..
specs:
acts_as_tenant (0.6.0)
acts_as_tenant (0.6.1)
rails (>= 5.2)
request_store (>= 1.0.5)

Expand Down
6 changes: 3 additions & 3 deletions 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.6.0)
acts_as_tenant (0.6.1)
rails (>= 5.2)
request_store (>= 1.0.5)

Expand Down Expand Up @@ -86,7 +86,7 @@ GEM
date (3.3.2)
diff-lcs (1.5.0)
erubi (1.11.0)
globalid (1.0.0)
globalid (1.0.1)
activesupport (>= 5.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
Expand All @@ -95,7 +95,7 @@ GEM
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.8.0)
mail (2.8.0.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
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.6.0"
VERSION = "0.6.1"
end

0 comments on commit cd3dc8f

Please sign in to comment.