소스 검색

Packaging for release 5.2.4

Jamie Dwyer 6 년 전
부모
커밋
a8209fe689
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  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