diff --git a/CHANGELOG.md b/CHANGELOG.md index 80428eb1ea..ec5c48eb07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +Unreleased +------ + +Version 1.4.0 +------ +* Updates to tests, dependencies and internal tooling +* #924: Improve debugging messages on Partner API errors + Version 1.3.1 ------ * Allow any characters in ngrok account names diff --git a/lib/shopify-cli/version.rb b/lib/shopify-cli/version.rb index 5d36758173..9603fabce3 100644 --- a/lib/shopify-cli/version.rb +++ b/lib/shopify-cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCli - VERSION = '1.3.1' + VERSION = '1.4.0' end