From 8ac179fa10e8868125b7e01367681b38112a7233 Mon Sep 17 00:00:00 2001 From: Radu Raicea Date: Fri, 6 Mar 2020 09:53:52 -0500 Subject: [PATCH] Package for release 9.0.2 --- CHANGELOG.md | 4 ++++ lib/shopify_api/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32758aadd..999dee871 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/lib/shopify_api/version.rb b/lib/shopify_api/version.rb index bdd57c1de..ceb787483 100644 --- a/lib/shopify_api/version.rb +++ b/lib/shopify_api/version.rb @@ -1,3 +1,3 @@ module ShopifyAPI - VERSION = "9.0.1" + VERSION = "9.0.2" end