CHANGELOG.md in dry-initializer-rails-3.1.0 vs CHANGELOG.md in dry-initializer-rails-3.1.1

- old
+ new

@@ -3,10 +3,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [3.1.1] [2018-05-06] +- support `dry-initializer` v3+ (nepalez) + ## [3.1.0] [2018-02-12] - support `ActiveRecord::Relation` in models (nepalez) ```ruby param :user, model: User.where(active: true) @@ -44,5 +47,6 @@ [0.0.3]: https://github.com/nepalez/dry-initializer-rails/compare/v0.0.2...v0.0.3 [1.0.0]: https://github.com/nepalez/dry-initializer-rails/compare/v0.0.3...v1.0.0 [2.0.0]: https://github.com/nepalez/dry-initializer-rails/compare/v1.0.0...v2.0.0 [3.0.0]: https://github.com/nepalez/dry-initializer-rails/compare/v2.0.0...v3.0.0 [3.1.0]: https://github.com/nepalez/dry-initializer-rails/compare/v3.0.0...v3.1.0 +[3.1.1]: https://github.com/nepalez/dry-initializer-rails/compare/v3.1.0...v3.1.1