diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7ec4af7c..751a6003 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,24 @@ +- commits: + - subject: >- + os download: Display OS version actually downloaded (range or + 'recommended') + hash: f46452f6de7bbfa00e073986d47a85608e5a9fea + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: 'os versions, os download: Add support for balenaOS ESR versions' + hash: c166ec75979fcaa8bd123a1bf84f379279050fd4 + body: '' + footer: + Change-type: minor + change-type: minor + author: Paulo Castro + nested: [] + version: 12.52.0 + date: 2021-11-20T00:51:09.369Z - commits: - subject: 'deploy: Ensure the release fails if an image''s digest (hash) is missing' hash: 23b07f8a41c82c0b23a38bac55cbd3874300dd58 diff --git a/CHANGELOG.md b/CHANGELOG.md index 076a21c2..6df03fe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.52.0 - 2021-11-20 + +* os download: Display OS version actually downloaded (range or 'recommended') [Paulo Castro] +* os versions, os download: Add support for balenaOS ESR versions [Paulo Castro] + ## 12.51.3 - 2021-11-16 * deploy: Ensure the release fails if an image's digest (hash) is missing [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2efe7f9e..1b523dab 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.51.3", + "version": "12.52.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ea4c99e1..ef01e657 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.51.3", + "version": "12.52.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -289,6 +289,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2021-11-16T11:58:32.258Z" + "publishedAt": "2021-11-20T00:51:09.643Z" } }