* Fixes issue where `products` returns 0 records due to a change in the `status` parameter, Shopify now requires `published_status` [59](https://github.com/singer-io/tap-shopify/pull/59)
1.2.1
* Update the line_item schema to allow an object under the properties key [58](https://github.com/singer-io/tap-shopify/pull/58)
1.2.0
* Bump ShopifyAPI version from 3.1.0 -> 7.0.1 [54](https://github.com/singer-io/tap-shopify/pull/54/) * Explicitly specify Shopify API version as `2019-10` [54](https://github.com/singer-io/tap-shopify/pull/54/)
1.1.17
* Use try/except around JSON metafield's data and fallback to string [50](https://github.com/singer-io/tap-shopify/pull/50)
1.1.16
* Handles null/non-integer values for `results_per_page` [48](https://github.com/singer-io/tap-shopify/pull/48)
1.1.15
* Lowering the page size from 250 to 175 as per recommendation from Shopify to mitigate receiving 500s [45](https://github.com/singer-io/tap-shopify/pull/45)