From 7a6e69701fca773a54071bf52c9c549b9e772334 Mon Sep 17 00:00:00 2001 From: Rhys Hall Date: Sat, 4 Sep 2021 01:38:38 +1000 Subject: [PATCH] Changelog v0.2.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea78a8..81b0f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.2.1 + +### Fixed issues +* updateVariationImages() method in Listings resource now correctly uses POST method [#5](https://github.com/rhysnhall/etsy-php-sdk/issues/5) +* Typo in ShippingUpgrade update and delete methods [#7](https://github.com/rhysnhall/etsy-php-sdk/issues/7) +* When uploading an image or file the Etsy Client will now POST the data as multipart. + ## v0.2 Finalise basics of all methods as per Etsy's API reference.