Packaging for release 9.0.1
@@ -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,3 +1,3 @@
module ShopifyAPI
- VERSION = "9.0.0"
+ VERSION = "9.0.1"
end