From 705d5bca02b16a10bcfecc9641412982b9b3c38b Mon Sep 17 00:00:00 2001 From: Paulo Margarido Date: Mon, 14 Sep 2020 10:28:03 -0400 Subject: [PATCH] Packaging for release v1.2.0 --- 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 449a4573e3..e238038d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +Version 1.2.0 +------ +* Improvements and new functionality to various internal components + Version 1.1.2 ------ * Fix various minor bugs (check dir before creating Rails project, catch stderr from failed git command) diff --git a/lib/shopify-cli/version.rb b/lib/shopify-cli/version.rb index 1efded4e8a..f255894962 100644 --- a/lib/shopify-cli/version.rb +++ b/lib/shopify-cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCli - VERSION = '1.1.2' + VERSION = '1.2.0' end