diff --git a/CHANGELOG.md b/CHANGELOG.md index 572e23d2..a6d5dd93 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/). +## 10.17.2 - 2019-05-30 + +* Allow newline characters in build/deploy --buildArg values [Paulo Castro] + ## 10.17.1 - 2019-05-30 * Fix CI build error (missing @types/mz) [Paulo Castro] diff --git a/package.json b/package.json index a6cdeccb..310c937f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "10.17.1", + "version": "10.17.2", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",