This commit is contained in:
Resin CI 2018-12-19 13:35:59 +01:00
parent 63d1a6df3a
commit dc1450d65d
3 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: 'VersionBot: Fix incomplete version in CHANGELOG.yml'
hash: c87123f585874c07960935ce6accb3f6946813a6
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Giovanni Garufi <giovanni@balena.io>
signed-off-by: Giovanni Garufi <giovanni@balena.io>
author: Giovanni Garufi
version: 9.0.2
date: 2018-12-18T17:24:35.636Z
- commits:
- subject: >-
Fix a race condition that could cause an unnecessary restart of a

View File

@ -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.0.2 - 2018-12-18
* VersionBot: Fix incomplete version in CHANGELOG.yml [Giovanni Garufi]
## 9.0.1 - 2018-12-17
* Fix a race condition that could cause an unnecessary restart of a service immediately after download [Pablo Carranza Velez]

View File

@ -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.1",
"version": "9.0.2",
"license": "Apache-2.0",
"repository": {
"type": "git",