瀏覽代碼

Packaging for release 9.0.1

Toney Mathews 5 年之前
父節點
當前提交
ce862b7725
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      CHANGELOG.md
  2. 1 1
      lib/shopify_api/version.rb

+ 3 - 0
CHANGELOG.md

@@ -1,3 +1,6 @@
+== Version 9.0.1
+
+* Added warning message if API version used is unsupported or soon to be unsupported  [#685](https://github.com/Shopify/shopify_api/pull/685)
 * Take into account "errors" messages from response body [#677](https://github.com/Shopify/shopify_api/pull/677)
 
 == Version 9.0.0

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "9.0.0"
+  VERSION = "9.0.1"
 end