Browse Source

Merge pull request #186 from Shopify/v4_0_1

Bump to v4.0.1
Nick Hoffman 10 years ago
parent
commit
3c18886b40
3 changed files with 7 additions and 3 deletions
  1. 5 1
      CHANGELOG
  2. 1 1
      Gemfile.lock
  3. 1 1
      lib/shopify_api/version.rb

+ 5 - 1
CHANGELOG

@@ -1,4 +1,8 @@
-== 3.2.6 (Unreleased)
+== Version 4.0.1
+
+* Added `ShopifyAPI::OAuth.revoke` for easy token revocation.
+
+== Version 3.2.6
 
 * Fixed CustomerSavedSearch#customers method to now correctly return only relevant customers
 

+ 1 - 1
Gemfile.lock

@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    shopify_api (4.0.0)
+    shopify_api (4.0.1)
       activeresource
 
 GEM

+ 1 - 1
lib/shopify_api/version.rb

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