From e74f2fd7da8a0fbb6f11a760ab5be804ee58677e Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Wed, 19 Dec 2018 16:06:15 +0100 Subject: [PATCH] v9.1.0 --- .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 81d202b0..ef387ec5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: 'device-api: Add morgan to log api requests' + hash: 45b322b7e093abfa60ebb476c2cc477800de06b7 + body: '' + footer: + Change-type: minor + change-type: minor + Closes: '#834' + closes: '#834' + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 9.1.0 + date: 2018-12-19T14:31:25.055Z - commits: - subject: 'refactor: Convert update-lock module to typescript' hash: b977b30dfee0b9d309133c2569ffe6a9e5af783c diff --git a/CHANGELOG.md b/CHANGELOG.md index 61dd9cd7..77bf5a7f 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.1.0 - 2018-12-19 + +* Device-api: Add morgan to log api requests [Cameron Diver] + ## 9.0.3 - 2018-12-19 * Refactor: Convert update-lock module to typescript [Cameron Diver] diff --git a/package.json b/package.json index de9303c6..d8abeb8f 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.0.3", + "version": "9.1.0", "license": "Apache-2.0", "repository": { "type": "git",