CHANGELOG.md in rails_multitenant-0.4.0 vs CHANGELOG.md in rails_multitenant-0.5.0
- old
+ new
@@ -1,6 +1,9 @@
# Changelog
+### 0.5.0
+* Add `required` option to `multitenant_on` and `multitenant_on_model`.
+
### 0.4.0
* Fix be_multitenant_on matcher to handle models that don't include the `RailsMultitenant::MultitenantModel` module.
* Fix `context_entity_id_field` to work with inheritance.
* Drop Rails 3.2 and 4.0 support since `unscope` doesn't work propertly with default scopes.