Skip to content

Commit

Permalink
Version bump for release. Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwinM committed Nov 15, 2014
1 parent ecbb785 commit 6c5d44e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.3.7
-----
* Fix for proper handling of polymorphic associations (thx sol1dus)
* Fix fefault scope to generate correct sql when using database prefix (thx IgorDobryn)
* Added ability to specify a custom Primary Key (thx matiasdim)
* Sidekiq 3.2.2+ no longer supports Ruby 1.9. Locking Sidekiq in gemspec at 3.2.1.
* Update RSPEC to 3.0. Convert all specs (thx petergoldstein)
* support sidekiq 3 interface (thx davekaro)

0.3.6
-----
* Added method `set_current_tenant_by_subdomain_or_domain` (thx preth00nker)
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.3.6"
VERSION = "0.3.7"
end

0 comments on commit 6c5d44e

Please sign in to comment.