diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c49789df..ee6ceb8c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: 'tunnel: Add note re openBalena version compatibility' + hash: 941c36525951f41f1c8b5933dc76d64b9e16a205 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.38.7 + date: 2021-01-25T17:37:22.165Z - commits: - subject: 'logging: note that the device supervisor version is operative' hash: 53926067caeb8d021b3ff1dae600c3eab4946426 diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e4be46..5c709531 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.38.7 - 2021-01-25 + +* tunnel: Add note re openBalena version compatibility [Paulo Castro] + ## 12.38.6 - 2021-01-22 * logging: note that the device supervisor version is operative [Matthew McGinn] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ecab6385..50e435e1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.38.6", + "version": "12.38.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6e7d803e..565cd0b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.38.6", + "version": "12.38.7", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",