From e1ac588947d0fd1495f578a0affb23827c897622 Mon Sep 17 00:00:00 2001 From: Cecy Correa Date: Fri, 28 May 2021 14:14:29 -0500 Subject: [PATCH] Packaging for release v1.12.0 --- CHANGELOG.md | 4 ++++ lib/shopify-cli/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6919860d37..0f3ece36d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Unreleased ------ +Version 1.12.0 +-------------- +* [1255](https://github.com/Shopify/shopify-app-cli/pull/1255): Fix beta flag checks when running `shopify serve` + Version 1.11.0 -------------- * [#1221](https://github.com/Shopify/shopify-app-cli/pull/1221): Prioritizes returning an HTTPS URL over HTTP from `shopify tunnel status`. diff --git a/lib/shopify-cli/version.rb b/lib/shopify-cli/version.rb index 191a003b71..fc3f813292 100644 --- a/lib/shopify-cli/version.rb +++ b/lib/shopify-cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCli - VERSION = "1.11.0" + VERSION = "1.12.0" end