CHANGELOG.md in spree_api_v2-0.2.0 vs CHANGELOG.md in spree_api_v2-0.2.1

- old
+ new

@@ -1,6 +1,12 @@ # Changelog +## 0.2.1 + +* Fixes a bug where the user serializer wasn't extending from the `Spree::BaseSerializer` this is now fixed. + + [Ben A. Morgan](https://github.com/BenMorganIO) + ## 0.2.0 * Calling `super` inside fo `#index` and `#show` actions is now deprecated. Since these are methods that are meant to be called, they have been renamed to `#render_collection` and `#render_instance`.