diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8fcdd433..d384ae68 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,64 @@ +- commits: + - subject: Fix numerical id support in device rm + hash: f9224b05af886944fb4ec5f5de2a0dfda1b712e8 + body: '' + footer: + Change-type: patch + change-type: patch + Resolves: '#2031' + resolves: '#2031' + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + nested: [] + - subject: Fix numerical id support in device move + hash: ece4d88bfde3dd1749bbe618ed534bf2820a6711 + body: '' + footer: + Change-type: patch + change-type: patch + Resolves: '#2030' + resolves: '#2030' + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + nested: [] + - subject: Fix required status of param in os versions + hash: 0dd7c33237da613246b4a2a1a911c688be140995 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + nested: [] + - subject: Add ability to specify poll interval in join command + hash: 0ca1faba0939215e10c2fdd36097d204b50f8890 + body: '' + footer: + Change-type: minor + change-type: minor + Resolves: '#1432 #1697 #1670' + resolves: '#1432 #1697 #1670' + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + nested: [] + - subject: Improve error handling in internal scandevices + hash: 9f8569e33fd01bcac4249172338d64537a4eeaf7 + body: '' + footer: + Change-type: patch + change-type: patch + Connects-to: '#1703' + connects-to: '#1703' + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + nested: [] + version: 12.19.0 + date: 2020-09-10T10:55:31.705Z - commits: - subject: >- push (local device): Add --pull option to force pulling base images diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f09611f..39763541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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/). +## 12.19.0 - 2020-09-10 + +* Fix numerical id support in device rm [Scott Lowe] +* Fix numerical id support in device move [Scott Lowe] +* Fix required status of param in os versions [Scott Lowe] +* Add ability to specify poll interval in join command [Scott Lowe] +* Improve error handling in internal scandevices [Scott Lowe] + ## 12.18.0 - 2020-09-09 * push (local device): Add --pull option to force pulling base images again [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e366b137..bac5b1db 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.18.0", + "version": "12.19.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d2da40ea..c1804b97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.18.0", + "version": "12.19.0", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",