From b32ae4a6677cc31703e68f467a895b388534c83f Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 11 Jun 2020 20:04:33 +0300 Subject: [PATCH] v11.36.0 --- .versionbot/CHANGELOG.yml | 18 ++++++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f8c9f440..edd89d44 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,21 @@ +- commits: + - subject: 'balena device: Add the mac_address field' + hash: 41e5fdbe27f262354b43efd8dbd2ed3d52a74264 + body: '' + footer: + Connects-to: '#1857' + connects-to: '#1857' + HQ: 'https://github.com/balena-io/balena/issues/2195' + hq: 'https://github.com/balena-io/balena/issues/2195' + Depends-on: 'https://github.com/balena-io/balena-sdk/pull/914' + depends-on: 'https://github.com/balena-io/balena-sdk/pull/914' + Change-type: minor + change-type: minor + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + version: 11.36.0 + date: 2020-06-11T16:10:49.789Z - commits: - subject: Allow setting the initialDeviceName hash: d967b942e0cce1df9774fac0cfa3b1f33a2c5fdf diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a07c2ea..e5ecf2a6 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/). +## 11.36.0 - 2020-06-11 + +* balena device: Add the mac_address field [Thodoris Greasidis] + ## 11.35.21 - 2020-06-11 * Allow setting the initialDeviceName [Rich Bayliss] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9417505b..f510f045 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.35.21", + "version": "11.36.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f61ebc9c..676dff6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.35.21", + "version": "11.36.0", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",