소스 검색

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)