Skip to content

Commit

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

1.0.0
-----

* [Breaking] Drop Rails 5.2 support
* Replace RequestStore dependency with CurrentAttributes. #313 - @excid3
* Easy integration with Sidekiq, not requiring to add any configuration to the initializer #314 - @nunommc
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
acts_as_tenant (0.6.1)
acts_as_tenant (1.0.0)
rails (>= 6.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
acts_as_tenant (0.6.1)
acts_as_tenant (1.0.0)
rails (>= 6.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
acts_as_tenant (0.6.1)
acts_as_tenant (1.0.0)
rails (>= 6.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
acts_as_tenant (0.6.1)
acts_as_tenant (1.0.0)
rails (>= 6.0)

GEM
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 @@ -168,7 +168,7 @@ GIT
PATH
remote: ..
specs:
acts_as_tenant (0.6.1)
acts_as_tenant (1.0.0)
rails (>= 6.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sidekiq_6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
acts_as_tenant (0.6.1)
acts_as_tenant (1.0.0)
rails (>= 6.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sidekiq_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
acts_as_tenant (0.6.1)
acts_as_tenant (1.0.0)
rails (>= 6.0)

GEM
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.1"
VERSION = "1.0.0"
end

0 comments on commit 4f936e2

Please sign in to comment.