diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8a1e6491..82367663 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Add --multi-dockerignore (-m) option to push/build/deploy commands + hash: eaf61d801c3e4fdfa131b0a841a2a769a4b3fd8b + body: '' + footer: + Connects-to: '#1870' + connects-to: '#1870' + Change-type: minor + change-type: minor + author: Paulo Castro + version: 12.2.0 + date: 2020-06-28T22:58:06.428Z - commits: - subject: Recategorize some errors as expected. hash: 1308b64c67f4b0f8d665e086971ed1e7549e22d8 diff --git a/CHANGELOG.md b/CHANGELOG.md index afae6b91..30f6d0f7 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/). +## 12.2.0 - 2020-06-28 + +* Add --multi-dockerignore (-m) option to push/build/deploy commands [Paulo Castro] + ## 12.1.16 - 2020-06-26 * Recategorize some errors as expected. [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6934cdec..befa5091 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.1.16", + "version": "12.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 85010dfc..1ddcc866 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.1.16", + "version": "12.2.0", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",