Преглед изворни кода

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