瀏覽代碼

Bump version to 3.1.3 & update Changelog

Maarten van Grootel 11 年之前
父節點
當前提交
a9d45a349a
共有 3 個文件被更改,包括 6 次插入2 次删除
  1. 4 0
      CHANGELOG
  2. 1 1
      Gemfile.lock
  3. 1 1
      lib/shopify_api/version.rb

+ 4 - 0
CHANGELOG

@@ -1,3 +1,7 @@
+== Version 3.1.3
+
+* Expose `complete` action on Fulfillment
+
 == Version 3.1.2
 
 * Includes port in domain URI (when other than http/80 or https/443)

+ 1 - 1
Gemfile.lock

@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    shopify_api (3.1.2)
+    shopify_api (3.1.3)
       activeresource (>= 3.0.0)
       thor (>= 0.14.4)
 

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "3.1.2"
+  VERSION = "3.1.3"
 end