Browse Source

Packaging for release 6.0.0

Clayton Smith 6 năm trước cách đây
mục cha
commit
335bcf40a5
2 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 4 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 4 - 0
CHANGELOG

@@ -1,3 +1,7 @@
+== Version 6.0.0
+
+* Removed undocumented `protocol` and `port` options from `ShopifyAPI::Session`.
+
 == Version 5.2.4
 
 * Added `currency` parameter to `ShopifyAPI::Order#capture`. This parameter is required for apps that belong to the

+ 1 - 1
lib/shopify_api/version.rb

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