diff --git a/CHANGELOG.md b/CHANGELOG.md index 61086df..e342353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,8 @@ rename `Unreleased` topic with the new version tag. Finally, create a new `Unrel - Let app developers customize the frontend library development server wait time using the `cli.frontendLibrary.waitTimeout` configuration property. ## Core: Version -- The `neu version` command now compares the installed CLI version with the latest released version using the `npm view` command and displays a warning messages if the users has an older version. +- The `neu version` command now compares the installed CLI version and the framework version with the latest released versions and displays a warning messages if the users use an older versions. +- The `neu version` command now displays the `(latest)` tag with CLI, binary, client library version details. ### Bugfixes/improvements - Check and validate `neutralino.config.json` file before executing app-specific commands.