From 65f267f793fe4564029d60e0c4a14ae0e9d27198 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Tue, 5 Feb 2019 18:54:47 +0100 Subject: [PATCH] v9.6.6 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c915b5be..05d43bec 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Ensure the balena-fin always has it's overlay assigned + hash: 2e09ed071c5d1c080b21303b45421cf65249f652 + body: '' + footer: + Change-type: patch + change-type: patch + Closes: '#884' + closes: '#884' + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 9.6.6 + date: 2019-02-05T16:20:13.225Z - commits: - subject: 'fix: Don''t attempt a pull if the token requests fails' hash: d8085a6ef896ff7b63ee295765031829eb07de2b diff --git a/CHANGELOG.md b/CHANGELOG.md index fe2fa107..11f6d3b0 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/). +## 9.6.6 - 2019-02-05 + +* Ensure the balena-fin always has it's overlay assigned [Cameron Diver] + ## 9.6.5 - 2019-02-04 * Fix: Don't attempt a pull if the token requests fails [Cameron Diver] diff --git a/package.json b/package.json index d9b07b29..469c050d 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": "9.6.5", + "version": "9.6.6", "license": "Apache-2.0", "repository": { "type": "git",