From 3ae01fdaa0513ccb2d6e2007a5d15f221003b768 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 2 May 2019 13:53:25 +0300 Subject: [PATCH] v10.9.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92856c88..dfa27dcd 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/). +## 10.9.2 - 2019-05-01 + +* Update README and INSTALL docs (review typos and some rewording) [Paulo Castro] + ## 10.9.1 - 2019-05-01 * Allow any amount of subdomains when parsing .local addresses [Cameron Diver] diff --git a/package.json b/package.json index 3ef90a82..805180b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "10.9.1", + "version": "10.9.2", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",