Kaynağa Gözat

Merge pull request #502 from Shopify/release_520

Packaging for version 5.2.0
Peter McCracken 6 yıl önce
ebeveyn
işleme
42a2212632
2 değiştirilmiş dosya ile 7 ekleme ve 1 silme
  1. 6 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 6 - 0
CHANGELOG

@@ -1,3 +1,9 @@
+== Version 5.2.0
+
+* Added `ShopifyAPI::Currency` to fetch list of supported currencies on a shop
+* Added `ShopifyAPI::TenderTransaction` to fetch list of transactions on a shop
+* Fixed bug with X-Shopify-Checkout-Version on ShopifyAPI::Checkout header being applied to all requests
+
 == Version 5.1.0
 
 * Added `ShopifyAPI::Publications`

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "5.1.0"
+  VERSION = "5.2.0"
 end