CHANGELOG.md in grape-entity-0.4.6 vs CHANGELOG.md in grape-entity-0.4.7
- old
+ new
@@ -1,4 +1,8 @@
+0.4.7 (2015-08-03)
+==================
+* [#164](https://github.com/intridea/grape-entity/pull/164): Regression: entity instance methods were exposed with `NoMethodError`: [#163](https://github.com/intridea/grape-entity/issues/163) - [@marshall-lee](http://github.com/marshall-lee).
+
0.4.6 (2015-07-27)
==================
* [#114](https://github.com/intridea/grape-entity/pull/114): Added 'only' option that selects which attributes should be returned - [@estevaoam](https://github.com/estevaoam).
* [#115](https://github.com/intridea/grape-entity/pull/115): Allowing 'root' to be inherited from parent to child entities - [@guidoprincess](https://github.com/guidoprincess).