diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa6284..f90429c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # abra x.x.x (UNRELEASED) +> Please note, while we are still in [public alpha](https://docs.cloud.autonomic.zone/roadmap/), our versioning scheme is not +> following [semver](https://semver.org/) conventions because we are still in the exploratory phases of building this tool. Please +> read the changes before upgrading your `abra` installation as there are **most likely** breaking changes coming each release. Sorry +> for any inconvenience caused, we're working hard to make this tool stable. Semver will be respected when we reach public beta. + - Add `--force` to the `deploy` command to allow overriding deployment logic ([#105](https://git.autonomic.zone/coop-cloud/abra/issues/105)) - Handle undeployed apps in version summaries when deploying ([#104](https://git.autonomic.zone/coop-cloud/abra/issues/104)) - Add `--force` to `undeploy` command ([e5e98d5](https://git.autonomic.zone/coop-cloud/abra/commit/e5e98d5))