From c3b74a869a0957c6828c659bc70c81751f3ee92a Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Tue, 20 Nov 2018 15:38:57 +0200 Subject: [PATCH] v9.2.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06bb14f4..18e10cb7 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.2 - 2018-11-20 + +* Fix missing import in `os configure` [Akis Kesoglou] + ## 9.2.1 - 2018-11-19 * Add case-insensitive checking for application names in balena push [Cameron Diver] diff --git a/package.json b/package.json index fc86804a..dd65a5cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.2.1", + "version": "9.2.2", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",