diff --git a/CHANGELOG.md b/CHANGELOG.md index 14beaeb4d..156867ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## Version 10.0.3 + ### Fixed - [#935](https://github.com/Shopify/shopify_api/pull/935) Fix issue [#931](https://github.com/Shopify/shopify_api/pull/931), weight of variant should be float diff --git a/Gemfile.lock b/Gemfile.lock index 5e312d9d8..5233fd94b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_api (10.0.2) + shopify_api (10.0.3) concurrent-ruby hash_diff httparty diff --git a/lib/shopify_api/version.rb b/lib/shopify_api/version.rb index c70bcdb6f..bc7304514 100644 --- a/lib/shopify_api/version.rb +++ b/lib/shopify_api/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module ShopifyAPI - VERSION = "10.0.2" + VERSION = "10.0.3" end