## Unreleased ## 1.1.0 (2022-01-07) ### Changes * Add gem metadata * Drop Ruby 2.4 support * Drop ActiveRecord 5.0 and 5.1 support ### Misc * Introduce Appraisal * CI against for ActiveRecord 6.1 and 7.0 * Use GitHub Actions and stop using Travis CI * CI against for Ruby 3.0 and 3.1 * Require MFA to release gem ## 1.0.0 (2020-10-16) ### Changes * Support Ruby 2.7 ## 0.4.0 (2019-08-22) ### Changes * Support ActiveRecord 6.0.0 ### Misc * Improve rspec and CI ## 0.3.0 (2018-10-05) ### Breaking changes * Change mixin module from `OperatorRecordable` to `OperatorRecordable::Extension` ## 0.2.0 (2018-09-27) ### Changes * Add association name options * Modify not to define unnecessary class methods for ActiveRecord model ### Misc * Remove unecessary `require` ## 0.1.1 (2018-09-19) ### Misc * Refactor internal structures ## 0.1.0 (2018-09-14) * Initial release