From 8d02da05be0b3e2a7d8e2869e13c2bd7b93f8c63 Mon Sep 17 00:00:00 2001 From: Kevin O'Sullivan Date: Mon, 29 Jun 2020 17:14:43 -0400 Subject: [PATCH] Packaging for release v0.9.2 --- CHANGELOG.md | 5 +++++ lib/shopify-cli/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e794e225d3..b2a7615a28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +Version 0.9.2 +------ +* Rebased to master, to pull in 7+ Pull Requests +* Updates to dependencies to package files (updated Ruby version) + Version 0.9.1 ------ * Updated required Ruby version for the CLI diff --git a/lib/shopify-cli/version.rb b/lib/shopify-cli/version.rb index 3093abc8ad..7071ee725e 100644 --- a/lib/shopify-cli/version.rb +++ b/lib/shopify-cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCli - VERSION = '0.9.1' + VERSION = '0.9.2' end