浏览代码

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

Add updates notes the changelog, update Gemfile.lock
Hammad Khalid 10 年之前
父节点
当前提交
c5d44ad4d6
共有 2 个文件被更改,包括 10 次插入1 次删除
  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)