diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4eafbd55..edf25a4a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: Make logger module a singleton + hash: 651e48b1bd8e9a9d356b63f8cb05aaeba622840d + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + - subject: Fix exponential backoff for state polling + hash: e37b52dd689692eeca818907cf0d7e5876bec0b3 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 11.6.3 + date: 2020-06-08T16:21:57.822Z - commits: - subject: Make the event-tracker module a singleton hash: 389e14ec6b63cf4a997f0d25f8bbe6a6a435dd5c diff --git a/CHANGELOG.md b/CHANGELOG.md index e961a8df..169cac24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +# v11.6.3 +## (2020-06-08) + +* Make logger module a singleton [Cameron Diver] +* Fix exponential backoff for state polling [Pagan Gazzard] + # v11.6.2 ## (2020-06-08) diff --git a/VERSION b/VERSION index c74e9bdf..17c79791 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.6.2 \ No newline at end of file +11.6.3 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index af01883a..2adecbc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "11.6.2", + "version": "11.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8e4dc3b0..362d0c84 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": "11.6.2", + "version": "11.6.3", "license": "Apache-2.0", "repository": { "type": "git",