Переглянути джерело

Merge pull request #688 from Shopify/update-version-to-9.0.1

Packaging for release 9.0.1
toneymathews 5 роки тому
батько
коміт
4fe8f992f8
2 змінених файлів з 3 додано та 4 видалено
  1. 2 3
      CHANGELOG.md
  2. 1 1
      lib/shopify_api/version.rb

+ 2 - 3
CHANGELOG.md

@@ -1,7 +1,6 @@
-# Change log
-
-## Master (unreleased)
+## 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