diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f593a674..4931fc97 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Change log source from docker to journalctl + hash: 2c83864f22b01e7196f6ed321c96f6cb9f40593b + body: '' + footer: + Change-type: minor + change-type: minor + Signed-off-by: Thomas Manning + signed-off-by: Thomas Manning + author: Thomas Manning + nested: [] + version: 12.1.0 + date: 2020-10-28T06:12:20.363Z - commits: - subject: Change source of deviceType to device-type.json hash: f5183df35677f091f1374c3f6e86706b141471f3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f26e505..48ac6f8d 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/). +# v12.1.0 +## (2020-10-28) + +* Change log source from docker to journalctl [Thomas Manning] + # v12.0.9 ## (2020-10-27) diff --git a/VERSION b/VERSION index 439137cb..6e03ffba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.0.9 \ No newline at end of file +12.1.0 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 9d389c89..ed1ef86f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.0.9", + "version": "12.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7baa951a..f32866c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-supervisor", "description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.", - "version": "12.0.9", + "version": "12.1.0", "license": "Apache-2.0", "repository": { "type": "git",