From 853727d7a110646912520467813b1e8565de30cb Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Mon, 15 Oct 2018 03:33:57 -0700 Subject: [PATCH] v7.21.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd30bd69..1f4358bb 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/). +## v7.21.1 - 2018-10-15 + +* Fix: Return void from config setter [Cameron Diver] +* Fix: Don't assume config is defined for legacy images in logger [Cameron Diver] + ## v7.21.0 - 2018-10-13 * Device-api: Add supervisor version endpoint [Cameron Diver] diff --git a/package.json b/package.json index f54d8f4a..f5c1d10b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "resin-supervisor", "description": "This is resin.io'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 Resin's API informs it to.", - "version": "7.21.0", + "version": "7.21.1", "license": "Apache-2.0", "repository": { "type": "git",