CHANGELOG.md in insales_api-0.0.13 vs CHANGELOG.md in insales_api-0.1.0

- old
+ new

@@ -1,19 +1,39 @@ +## 0.1.0 + +* Helpers +* ProductFieldValue +* Controller auth mixins +* Account inherits AR::Singleton (it breaks ::current & #update methods) +* Added wait_retry method +* Added Property resource +* Added ProductField resource +* Added ClientGroup resource + +## 0.0.14 + +* Added Image resource +* Fixed Variant.group_update +* Added DiscountCode resource +* Added Product.count method +* Added Order.paid? method +* Added ApplicationCharge resource + ## 0.0.13 * ActiveResource::Singleton backport. * Fix for multiple InsalesApi::Apps child-classes in single app.