diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e454fcc0..ad93def4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: 'docker: Add Docker images with the CLI and Docker-in-Docker' + hash: 65d5bdff0815f743cb63f474be53ef2d92486f15 + body: | + Add Dockerfiles for alpine and debian images, based on + balenalib/arch-distro-node images. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 12.41.0 + date: 2021-03-15T12:38:32.977Z - commits: - subject: 'macOS GUI installer: Update signing certificate name' hash: c62445a39995fb41a54636ab559462e2a7c4324b diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a38890f..e46bbfe5 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.41.0 - 2021-03-15 + +* docker: Add Docker images with the CLI and Docker-in-Docker [Kyle Harding] + ## 12.40.4 - 2021-03-09 * macOS GUI installer: Update signing certificate name [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index cfee32a2..b37de47e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.40.4", + "version": "12.41.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5010836f..96a6824d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.40.4", + "version": "12.41.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",