Explorar o código

Packaging for release 6.0.0

Clayton Smith %!s(int64=6) %!d(string=hai) anos
pai
achega
335bcf40a5
Modificáronse 2 ficheiros con 5 adicións e 1 borrados
  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