Sfoglia il codice sorgente

Bump version and update changelog

Maarten van Grootel 11 anni fa
parent
commit
a163c93ff0
3 ha cambiato i file con 12 aggiunte e 7 eliminazioni
  1. 9 4
      CHANGELOG
  2. 2 2
      Gemfile.lock
  3. 1 1
      lib/shopify_api/version.rb

+ 9 - 4
CHANGELOG

@@ -1,9 +1,14 @@
-== Version 3.1.9 (Unreleased)
+== Version 3.2.0
 
 * in Session::request_token params is no longer optional, you must pass all the params and the method will now extract the code
-* Add access to FulfillmentService endpoint
-* Fix JSON errors handling (#103)
-* Add convenience method Customer#search (#45)
+* Fixed JSON errors handling (#103)
+* Fixed compatibility with Ruby 2.1.x (#83)
+* Fixed getting parent ID from nested resources like Variants (#44)
+* Cleaned up compatibility with ActiveResource 4.0.x
+* Added OrderRisk resource
+* Added FulfillmentService resource
+* Removed discontinued ProductSearchEngine resource
+* Added convenience method Customer#search (#45)
 
 == Version 3.1.8
 

+ 2 - 2
Gemfile.lock

@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    shopify_api (3.1.8)
+    shopify_api (3.2.0)
       activeresource (>= 3.0.0)
       thor (>= 0.14.4)
 
@@ -24,7 +24,7 @@ GEM
     atomic (1.1.14)
     builder (3.1.4)
     fakeweb (1.3.0)
-    i18n (0.6.5)
+    i18n (0.6.9)
     metaclass (0.0.1)
     minitest (4.7.5)
     mocha (0.14.0)

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "3.1.8"
+  VERSION = "3.2.0"
 end