From acf2a6d6b5d408bbe7933a038ba94f7db9f23f21 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Wed, 16 Jan 2019 14:29:54 +0100 Subject: [PATCH] v9.3.1 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2c0d9aff..11ef89e0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Send connection message when streaming local mode logs + hash: 06cdaddd714b3310574dcacabc6e416d03646b33 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 9.3.1 + date: 2019-01-16T13:18:15.975Z - commits: - subject: 'refactor: Remove unnecessary validations and casts' hash: 6a3148ff80989ac061b33332938181ed7c1ca3ba diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eca8486..377b94a5 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.3.1 - 2019-01-16 + +* Send connection message when streaming local mode logs [Cameron Diver] + ## 9.3.0 - 2019-01-11 * Refactor: Remove unnecessary validations and casts [Cameron Diver] diff --git a/package.json b/package.json index a17d2408..125c8b8c 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.3.0", + "version": "9.3.1", "license": "Apache-2.0", "repository": { "type": "git",