diff --git a/CHANGELOG.md b/CHANGELOG.md index 8175e07cf7..e3ef4cc2d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](h ## [Unreleased] -## Version 2.19.0 - 2022-07-11 +## Version 2.20.0 - 2022-07-11 ### Added * [#2368](https://github.com/Shopify/shopify-cli/pull/2368): Add performance enhancements to the `theme serve` and `theme push` commands diff --git a/Gemfile.lock b/Gemfile.lock index 635f182445..c774ce307f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify-cli (2.19.0) + shopify-cli (2.20.0) bugsnag (~> 6.22) listen (~> 3.7.0) theme-check (~> 1.10.3) diff --git a/lib/shopify_cli/version.rb b/lib/shopify_cli/version.rb index aec51e2322..b4845e8019 100644 --- a/lib/shopify_cli/version.rb +++ b/lib/shopify_cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCLI - VERSION = "2.19.0" + VERSION = "2.20.0" end