From 0a0e02a7e8b23206059baad555e065ae54043d2b Mon Sep 17 00:00:00 2001 From: Melanie Wang Date: Thu, 29 Oct 2020 15:49:44 -0400 Subject: [PATCH] Packaging for release v1.4.1 (#944) * Packaging for release 1.4.1 * Include 917 in changelog * Reword changes --- 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 afc75ce4ea..2181ebfb58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Unreleased ------ +Version 1.4.1 +------ +* [#917](https://github.com/Shopify/shopify-app-cli/pull/917): Ensure analytics for create action includes the same fields as other commands + Version 1.4.0 ------ * Updates to tests, dependencies and internal tooling diff --git a/lib/shopify-cli/version.rb b/lib/shopify-cli/version.rb index 9603fabce3..27b19a5c4a 100644 --- a/lib/shopify-cli/version.rb +++ b/lib/shopify-cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCli - VERSION = '1.4.0' + VERSION = '1.4.1' end