CHANGELOG.md in nazrin-2.1.2 vs CHANGELOG.md in nazrin-2.2.0

- old
+ new

@@ -1,4 +1,20 @@ +## [2.2.0](https://github.com/tsuwatch/nazrin/compare/v2.1.2...v2.2.0) + +### Breaking changes: + +* Include `Nazrin::Searchable` instead of `Nazrin::ActiveRecord::Searchable` [#19](https://github.com/tsuwatch/nazrin/pull/19) + +### Features: + +* Support Mongoid [#17](https://github.com/tsuwatch/nazrin/pull/17) [#20](https://github.com/tsuwatch/nazrin/pull/20) - [@yefim](https://github.com/yefim) + +## [2.1.2](https://github.com/tsuwatch/nazrin/compare/v2.1.1...v2.1.2) + +### Fixes: + +* Require aws-sdk gem in nazrin [#14](https://github.com/tsuwatch/nazrin/pull/14) + ## [2.1.1](https://github.com/tsuwatch/nazrin/compare/v2.1.0...v2.1.1) ### Fixes: * Fix a bug where unintended assignmenting in conditional statement [#12](https://github.com/tsuwatch/nazrin/pull/12)