diff --git a/CHANGELOG.md b/CHANGELOG.md index d45aa8c..e21ea96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 2.0.0-alpha.4 (2019-11-13) + +### Features + +- Update secret commands +- Update microservice environment payload +- Support setting custom cluster server + +### Other notes + +- Update signup copywriting to ask for email verification +- Update SDK +- Update staging and production api key +- Remove examples + ## 2.0.0-alpha.3 (2019-10-24) ### Other notes diff --git a/package-lock.json b/package-lock.json index 30e5178..ed85305 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@skygear/skycli", - "version": "2.0.0-alpha.3", + "version": "2.0.0-alpha.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 75eee5b..2f9e00b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skygear/skycli", - "version": "2.0.0-alpha.3", + "version": "2.0.0-alpha.4", "description": "Skycli is tool for managing Skygear cluster", "main": "index.js", "bin": {