diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index aa6e6173..79edd9b5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Update pinejs-client to pinejs-client-request 5.x + hash: 019190646e5dbcc24a1aaa4fd4ed5d9274fce575 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 9.2.1 + date: 2018-12-19T17:57:15.609Z - commits: - subject: Update to webpack 4 hash: 655c476ccdb40639f814eebd68a8170bc000f8e5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 462cfa1c..ab059937 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.1 - 2018-12-19 + +* Update pinejs-client to pinejs-client-request 5.x [Pagan Gazzard] + ## 9.2.0 - 2018-12-19 * Update to webpack 4 [Pagan Gazzard] diff --git a/package.json b/package.json index 8cc6e3a1..e8a8b6c5 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.0", + "version": "9.2.1", "license": "Apache-2.0", "repository": { "type": "git",