From 039286baf0fc80207a6eae4d98dda893336d4df7 Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Tue, 21 Dec 2021 16:26:16 +0100 Subject: [PATCH] Packaging for release v2.7.4 --- CHANGELOG.md | 2 ++ Gemfile.lock | 2 +- lib/shopify_cli/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ae9d2b1b..4bd34f0d44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](https://keepachangelog.com/en/1.0.0/) specification. ## [Unreleased] + +## Version 2.7.4 ### Added * [#1825](https://github.com/Shopify/shopify-cli/pull/1825): Support passing the connection information through arguments diff --git a/Gemfile.lock b/Gemfile.lock index 6ea95c632c..5a9c81134c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify-cli (2.7.3) + shopify-cli (2.7.4) bugsnag (~> 6.22) listen (~> 3.7.0) theme-check (~> 1.9.0) diff --git a/lib/shopify_cli/version.rb b/lib/shopify_cli/version.rb index 6ed5ead941..913b8c4998 100644 --- a/lib/shopify_cli/version.rb +++ b/lib/shopify_cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCLI - VERSION = "2.7.3" + VERSION = "2.7.4" end