diff --git a/CHANGELOG.md b/CHANGELOG.md index 2878e33d5a..963f69918b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ 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.3 ### Added * [#1826](https://github.com/Shopify/shopify-cli/pull/1826): Support using `script.config.yml` file for script configuration * [#1843](https://github.com/Shopify/shopify-cli/pull/1826): Support using javy on Apple ARM processors diff --git a/Gemfile.lock b/Gemfile.lock index 61cc9b7437..6ea95c632c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify-cli (2.7.2) + shopify-cli (2.7.3) 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 9c2070be9d..6ed5ead941 100644 --- a/lib/shopify_cli/version.rb +++ b/lib/shopify_cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCLI - VERSION = "2.7.2" + VERSION = "2.7.3" end