diff --git a/CHANGELOG.md b/CHANGELOG.md index d32d0150..b56b3537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 9.0.3 - 2018-11-07 + +* Mark api keys in the CLI as non-experimental [Tim Perry] + ## 9.0.2 - 2018-11-06 * Stop validating device config, now that it's API-generated [Tim Perry] diff --git a/package.json b/package.json index ecdb6c58..8e2fb267 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.0.2", + "version": "9.0.3", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",