diff --git a/CHANGELOG.md b/CHANGELOG.md index 585970b774..b845f16512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +Version 1.0.3 +------ +* Fix a bug which causes an error in the `populate` and `generate` commands when prompting for the shop name + Version 1.0.2 ------ * Fix missing shop parameter to AdminAPI.query() call (impacting populate and generate commands) diff --git a/lib/shopify-cli/version.rb b/lib/shopify-cli/version.rb index 91527b2020..c924d4941c 100644 --- a/lib/shopify-cli/version.rb +++ b/lib/shopify-cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCli - VERSION = '1.0.2' + VERSION = '1.0.3' end