Skip to content

Commit

Permalink
changelog update and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwinM committed Feb 9, 2012
1 parent ca30b7f commit aae31c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
0.2.6
-----
* Fixed a bug with resolving the tenant model name (thx devton!)
* Added support for using relations: User.create(:account => Account.first) now works, while it wouldn't before (thx bnmrrs)

0.2.5
-----
* Added Rails 3.2 compatibility
* Added Rails 3.2 compatibility (thx nickveys!)

0.2.4
-----
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.2.5"
VERSION = "0.2.6"
end

0 comments on commit aae31c8

Please sign in to comment.