From 74a72c1373e1c8486bfeffac382e6f4965f9cfe0 Mon Sep 17 00:00:00 2001 From: Paulo Margarido Date: Fri, 23 Oct 2020 09:16:04 -0400 Subject: [PATCH] Packaging for release v1.4.0 --- CHANGELOG.md | 8 ++++++++ lib/shopify-cli/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80428eb1ea..ec5c48eb07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +Unreleased +------ + +Version 1.4.0 +------ +* Updates to tests, dependencies and internal tooling +* #924: Improve debugging messages on Partner API errors + Version 1.3.1 ------ * Allow any characters in ngrok account names diff --git a/lib/shopify-cli/version.rb b/lib/shopify-cli/version.rb index 5d36758173..9603fabce3 100644 --- a/lib/shopify-cli/version.rb +++ b/lib/shopify-cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCli - VERSION = '1.3.1' + VERSION = '1.4.0' end