From 2f97955e6ed9aa53c900dd35d676debb4a4d4bfa Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Wed, 6 Jun 2018 13:57:47 +0000 Subject: [PATCH] v7.10.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff6e5c9f..45b76771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.10.0 - 2018-06-06 + +* Move config backend code out to classes which implement a common base #672 [Cameron Diver] +* Add support for extlinux configuration files #672 [Cameron Diver] +* Move boot config related code to config-utils module #672 [Cameron Diver] +* Add types for fs-utils module #672 [Cameron Diver] + ## v7.9.1 - 2018-05-29 * Update update-locking documentation #667 [Cameron Diver] diff --git a/package.json b/package.json index 4df95b6d..f54a5914 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.9.1", + "version": "7.10.0", "license": "Apache-2.0", "repository": { "type": "git",