Parcourir la source

Package for release 9.0.2

Radu Raicea il y a 5 ans
Parent
commit
8ac179fa10
2 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      lib/shopify_api/version.rb

+ 4 - 0
CHANGELOG.md

@@ -1,3 +1,7 @@
+## Version 9.0.2
+
+* Added optional flag passed to `initialize_clients` to prevent from raising the `InvalidSchema` exception [#693](https://github.com/Shopify/shopify_api/pull/693)
+
 ## 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)

+ 1 - 1
lib/shopify_api/version.rb

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