diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fc9569069..c61b783291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ Unreleased ------ +Version 1.6.0 +----- * [#1049](https://github.com/Shopify/shopify-app-cli/pull/1049): Add schema versioning support to the script project type * [#1059](https://github.com/Shopify/shopify-app-cli/pull/1059): Remove the functionality of the `generate` command for node apps, since it will no longer be feasible with the new node library * [#1046](https://github.com/Shopify/shopify-app-cli/pull/1046): Include a vendored copy of Webrick, as it's no longer included in Ruby 3. diff --git a/lib/shopify-cli/version.rb b/lib/shopify-cli/version.rb index c3efb249b4..d490d19b3b 100644 --- a/lib/shopify-cli/version.rb +++ b/lib/shopify-cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCli - VERSION = '1.5.0' + VERSION = '1.6.0' end