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