From 6679a3a4df0824d8f5b4d818d8e892a841a576e4 Mon Sep 17 00:00:00 2001 From: Pedro Date: Mon, 7 Feb 2022 15:55:13 +0100 Subject: [PATCH] Release 2.11.0 --- CHANGELOG.md | 3 +++ Gemfile.lock | 2 +- lib/shopify_cli/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e3b407613..39df26f95b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ 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.11.0 + ### Fixed * [#2005](https://github.com/Shopify/shopify-cli/pull/2005): Fix PHP app serve on Windows environments diff --git a/Gemfile.lock b/Gemfile.lock index d870ce4ca7..1d328c4832 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify-cli (2.10.2) + shopify-cli (2.11.0) 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 a0166084ea..31cafe20b9 100644 --- a/lib/shopify_cli/version.rb +++ b/lib/shopify_cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCLI - VERSION = "2.10.2" + VERSION = "2.11.0" end