瀏覽代碼

Merge pull request #564 from Shopify/7.0.1

packaging for v7.0.1
Tyler Ball 6 年之前
父節點
當前提交
2a04c0c96f
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. 4 0
      CHANGELOG.md
  2. 1 1
      lib/shopify_api/version.rb

+ 4 - 0
CHANGELOG.md

@@ -1,3 +1,7 @@
+== Version 7.0.1
+
+* Support passing version string to `ShopifyAPI::Base.api_version` [#563](https://github.com/Shopify/shopify_api/pull/563)
+
 == Version 7.0.0
 
 * Removed support for `ActiveResouce` < `4.1`.

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "7.0.0"
+  VERSION = "7.0.1"
 end