Skip to content

Commit

Permalink
Merge pull request citusdata#110 from citusdata/release-1.1.1
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
Lukas Fittl (MSFT) authored Jan 16, 2021
2 parents 3f3cae6 + 9f25a30 commit 5bc94d3
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 19 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.1.1 2021-01-15

* Add support for Rails 6.1 [#108](https://github.com/citusdata/activerecord-multi-tenant/pull/108)
* Fix statement cache for has_many through relations [#103](https://github.com/citusdata/activerecord-multi-tenant/pull/103)


## 1.1.0 2020-08-06

* See commits for changes:
https://github.com/citusdata/activerecord-multi-tenant/commits/v1.1.0


## 1.0.4 2019-10-30

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
activerecord-multi-tenant (1.1.0)
activerecord-multi-tenant (1.1.1)
rails (>= 4.2)
request_store (>= 1.0.5)

Expand Down Expand Up @@ -91,7 +91,7 @@ GEM
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.2)
nio4r (2.5.3)
nio4r (2.5.4)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
Expand Down Expand Up @@ -136,7 +136,7 @@ GEM
thor (>= 0.20.3, < 2.0)
rake (13.0.1)
redis (4.1.2)
request_store (1.4.1)
request_store (1.5.0)
rack (>= 1.4)
rspec (3.8.0)
rspec-core (~> 3.8.0)
Expand Down Expand Up @@ -167,7 +167,7 @@ GEM
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/active_record_5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activerecord-multi-tenant (1.1.0)
activerecord-multi-tenant (1.1.1)
rails (>= 4.2)
request_store (>= 1.0.5)

Expand Down Expand Up @@ -150,17 +150,17 @@ GEM
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (1.0.1)
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
websocket-driver (0.7.2)
websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
websocket-extensions (0.1.5)

PLATFORMS
ruby
Expand Down
12 changes: 6 additions & 6 deletions gemfiles/active_record_6.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activerecord-multi-tenant (1.1.0)
activerecord-multi-tenant (1.1.1)
rails (>= 4.2)
request_store (>= 1.0.5)

Expand Down Expand Up @@ -91,7 +91,7 @@ GEM
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.1)
nio4r (2.5.2)
nio4r (2.5.4)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
pg (1.2.3)
Expand Down Expand Up @@ -162,20 +162,20 @@ GEM
rack (~> 2.0)
rack-protection (>= 2.0.0)
redis (>= 4.1.0)
sprockets (4.0.0)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (1.0.1)
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
websocket-driver (0.7.2)
websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
websocket-extensions (0.1.5)
zeitwerk (2.3.0)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/active_record_6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activerecord-multi-tenant (1.1.0)
activerecord-multi-tenant (1.1.1)
rails (>= 4.2)
request_store (>= 1.0.5)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activerecord-multi-tenant (1.1.0)
activerecord-multi-tenant (1.1.1)
rails (>= 4.2)
request_store (>= 1.0.5)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activerecord-multi-tenant (1.1.0)
activerecord-multi-tenant (1.1.1)
rails (>= 4.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:
activerecord-multi-tenant (1.1.0)
activerecord-multi-tenant (1.1.1)
rails (>= 4.2)
request_store (>= 1.0.5)

Expand Down
2 changes: 1 addition & 1 deletion lib/activerecord-multi-tenant/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MultiTenant
VERSION = '1.1.0'
VERSION = '1.1.1'
end

0 comments on commit 5bc94d3

Please sign in to comment.