diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a5fdfbb7..7be0b67e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: 'fix: Correctly type top level network IPAM config' + hash: 9fab0fc5cc924a9c1a89a38682b7d440c7c3a649 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 9.2.3 + date: 2018-12-20T10:08:34.889Z - commits: - subject: 'deps: Pin event-stream to avoid false audit warning' hash: 0bae497e4d2e8371d1e69c6bd536d143e9029a35 diff --git a/CHANGELOG.md b/CHANGELOG.md index fc12ea89..5332c44d 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.2.3 - 2018-12-20 + +* Fix: Correctly type top level network IPAM config [Cameron Diver] + ## 9.2.2 - 2018-12-20 * Deps: Pin event-stream to avoid false audit warning [Cameron Diver] diff --git a/package.json b/package.json index 78557f9a..af07c6aa 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.2.2", + "version": "9.2.3", "license": "Apache-2.0", "repository": { "type": "git",