diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index d314317..efa1c9b 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,10 @@ +== 1.6.1 (2018-04-16) +* Add belongs_to optional true to setup_association (#264, @josephMG) +* Add missing field for Mongoid (#254, @Fibrasek) +* Implemented patch that will add the Rails major version to the migration file (#248, @jordanhudgens) +* Add params filtering on new column (#246, @rposborne) +* Add a DB migration to add params to schema. (#245, @rposborne) + == 1.6.0 (2017-05-24) * Documentation example for counter_cache (#239, @fwolfst) * Green Travis CI builds (#238, @jgrau)