Browse Source

Packaging for release 9.0.1

Toney Mathews 5 years ago
parent
commit
ce862b7725
2 changed files with 4 additions and 1 deletions
  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)
 * Take into account "errors" messages from response body [#677](https://github.com/Shopify/shopify_api/pull/677)
 
 
 == Version 9.0.0
 == Version 9.0.0

+ 1 - 1
lib/shopify_api/version.rb

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