From fa29a1b9970d2e899e4d31d1771447ac93e4a2b7 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Thu, 1 Nov 2018 14:27:23 +0100 Subject: [PATCH] v8.0.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d72cb304..1ce92635 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/). +## v8.0.0 - 2018-11-01 + +* Api-binder: Use API v5 [Akis Kesoglou] + ## v7.25.13 - 2018-10-31 * Fix: When calling the /v1/update endpoint, always trigger a target state apply [Pablo Carranza Velez] diff --git a/package.json b/package.json index 44ea531e..410aec24 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.25.13", + "version": "8.0.0", "license": "Apache-2.0", "repository": { "type": "git",