From cbc7c50b3789e1ca463950bdd76ba04562e5fd5c Mon Sep 17 00:00:00 2001 From: Paulo Margarido Date: Wed, 15 Jul 2020 16:33:27 -0400 Subject: [PATCH] Packaging for release v1.0.1 --- 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 905c1b2d62..2e5c9aaf87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +Version 1.0.1 +------ +* Fixed an issue with RVM taking over the shell shim fd when it was not in use + Version 1.0.0 ------ * Release the installer-based version of the CLI diff --git a/lib/shopify-cli/version.rb b/lib/shopify-cli/version.rb index a07a5fe527..107960a8c1 100644 --- a/lib/shopify-cli/version.rb +++ b/lib/shopify-cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCli - VERSION = '1.0.0' + VERSION = '1.0.1' end