Browse Source

Merge pull request #521 from Shopify/release-5-2-4

Packaging for release 5.2.4
Jamie Dwyer 6 năm trước cách đây
mục cha
commit
0c1c82f54c
2 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 5 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 5 - 0
CHANGELOG

@@ -1,3 +1,8 @@
+== Version 5.2.4
+
+* Added `currency` parameter to `ShopifyAPI::Order#capture`. This parameter is required for apps that belong to the
+multi-currency beta program.
+
 == Version 5.2.3
 
 * Update delivery confirmation resource to delivery confirmation details resource.

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "5.2.3"
+  VERSION = "5.2.4"
 end