diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9b8c3bd1..6f2bd234 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,30 @@ +- commits: + - subject: 'login: Use any free port number instead of 8989 for web authentication' + hash: cf894d98a580ee6ef5f483bf47be44fe9b0ff6b9 + body: '' + footer: + Change-type: minor + change-type: minor + author: Paulo Castro + nested: [] + - subject: 'Testing: Increase mocha timeout from 6s to 12s (experimental)' + hash: d18f25cb9c1e4c58d498f557b5b6bb75988ad4d2 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: Update GitHub issue template (request openBalena vs balenaCloud info) + hash: 4cdff9694e047de49e0250995644f1295368f6c8 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.11.0 + date: 2020-08-03T19:29:22.562Z - commits: - subject: 'Fix performance regressions from #1967' hash: ddb87f403dfc0df1d7051fad9a25120691da618e diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a457559..97c86654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.11.0 - 2020-08-03 + +* login: Use any free port number instead of 8989 for web authentication [Paulo Castro] +* Testing: Increase mocha timeout from 6s to 12s (experimental) [Paulo Castro] +* Update GitHub issue template (request openBalena vs balenaCloud info) [Paulo Castro] + ## 12.10.2 - 2020-08-03 * Fix performance regressions from #1967 [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c9133217..9fa7b4e4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.10.2", + "version": "12.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 72605a9d..009c7235 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.10.2", + "version": "12.11.0", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",