From dd503b05a8331240f8f7208c7577f75318b36c41 Mon Sep 17 00:00:00 2001 From: Paulo Margarido Date: Tue, 4 Aug 2020 16:02:04 -0400 Subject: [PATCH] Packaging for release v1.0.4 --- CHANGELOG.md | 4 ++++ lib/shopify-cli/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b845f16512..4192c184e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +Version 1.0.4 +------ +* Fix a bug when running the `connect` command with an account with multiple organizations + Version 1.0.3 ------ * Fix a bug which causes an error in the `populate` and `generate` commands when prompting for the shop name diff --git a/lib/shopify-cli/version.rb b/lib/shopify-cli/version.rb index c924d4941c..08e90a4126 100644 --- a/lib/shopify-cli/version.rb +++ b/lib/shopify-cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCli - VERSION = '1.0.3' + VERSION = '1.0.4' end