Selaa lähdekoodia

Merge pull request #141 from Shopify/ship-version-3.2.5

Add updates notes the changelog, update Gemfile.lock
Hammad Khalid 10 vuotta sitten
vanhempi
commit
c5d44ad4d6
2 muutettua tiedostoa jossa 10 lisäystä ja 1 poistoa
  1. 9 0
      CHANGELOG
  2. 1 1
      Gemfile.lock

+ 9 - 0
CHANGELOG

@@ -1,3 +1,12 @@
+== Version 3.2.5
+
+* More useful error messages for activating nil sessions
+* Add tests for commonly deleted objects, and metafield tests, fix naming error in order_risk_test.rb
+
+== Version 3.2.4
+
+* No API changes
+
 == Version 3.2.3
 
 * Added pry to the CLI

+ 1 - 1
Gemfile.lock

@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    shopify_api (3.2.3)
+    shopify_api (3.2.5)
       activeresource (>= 3.0.0)
       pry
       thor (~> 0.18.1)