Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Nov 18, 2020
1 parent 7bb64f8 commit 094328c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Unreleased
----------

* Add `subdomain_lookup` option to change which subdomain is used - @excid3
* Unsaved tenant records will now return no records. #227 - @excid3
* Refactor test suite and use dummy Rails app - @excid3
* Remove tenant getter override. Fixes caching issues with association. - @bernardeli

0.4.6
0.5.0
-----

* Drop support for Rails 5.1 or earlier
* Add tests for Rails 5.2, 6.0, and Rails master
* Use standardrb
* Refactor controller extensions into modules
* Add `subdomain_lookup` option to change which subdomain is used - @excid3
* Unsaved tenant records will now return no records. #227 - @excid3
* Refactor test suite and use dummy Rails app - @excid3
* Remove tenant getter override. Fixes caching issues with association. - @bernardeli

0.4.4
-----
Expand Down
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
require "bundler/gem_tasks"

APP_RAKEFILE = File.expand_path("spec/dummy/Rakefile", __dir__)
load "rails/tasks/engine.rake"
load "rails/tasks/statistics.rake"

require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)
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.4.6"
VERSION = "0.5.0"
end

0 comments on commit 094328c

Please sign in to comment.