CHANGELOG.md in secondbase-2.1.0 vs CHANGELOG.md in secondbase-2.1.2

- old
+ new

@@ -1,8 +1,39 @@ - # Change Log Please follow the format set down in http://keepachangelog.com + +## v2.1.2 + +#### Changed + +* Tested w Rails 5.0 release. + +#### Added + +* Support for schema cache. Fixes #40 + + +## v2.1.1 + +#### Changed + +* Test updates to track rails 5 rc2. + + +## v2.1.0 + +#### Added + +* Ability to disable the database task patching (thanks [@agrberg](https://github.com/agrberg)) + + +## v2.0.0 + +#### Added + +* Rails 5 support. + ## v1.0.1 #### Fixed