Dylan Thacker-Smith пре 10 година
родитељ
комит
adff8f25b8
2 измењених фајлова са 5 додато и 1 уклоњено
  1. 4 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 4 - 0
CHANGELOG

@@ -1,3 +1,7 @@
+== Version 4.0.2
+
+* Verify that the shop domain is a subdomain of .myshopify.com which creating the session
+
 == Version 4.0.1
 
 * Added `ShopifyAPI::OAuth.revoke` for easy token revocation.

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "4.0.1"
+  VERSION = "4.0.2"
 end