diff --git a/CHANGELOG.md b/CHANGELOG.md index 6494d6bf..0c3c5d4c 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.15.0 - 2019-03-12 + +* Ssh: add `--noninteractive` flag not to suggest devices to connect to [Gergely Imreh] + ## 9.14.7 - 2019-03-11 * Ssh: correct the minimum OS version that allows host OS connection [Gergely Imreh] diff --git a/package.json b/package.json index 80553a9c..aeef1e57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.14.7", + "version": "9.15.0", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",