From 3b5df5057c43ef792c250ada95a83f7379cdc40c Mon Sep 17 00:00:00 2001 From: Konstantin Tennhard Date: Sat, 1 May 2021 16:14:27 -0400 Subject: [PATCH] Packaging for release v1.9.1 --- CHANGELOG.md | 2 ++ lib/shopify-cli/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2048bc5a6..a0be044a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ Unreleased ------ +Version 1.9.1 +------------- * [1201](https://github.com/Shopify/shopify-app-cli/pull/1201) Determine Argo Renderer Dynamically. This fixes `shopify serve` and `shopify push` for extensions. Version 1.9.0 diff --git a/lib/shopify-cli/version.rb b/lib/shopify-cli/version.rb index 747daea027..b72ce725a6 100644 --- a/lib/shopify-cli/version.rb +++ b/lib/shopify-cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCli - VERSION = "1.9.0" + VERSION = "1.9.1" end