From 5e4daf8c3d3782784573ebfd207d167a3d1724a1 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 11 Jun 2019 15:53:33 +0300 Subject: [PATCH] v11.2.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 854da647..cb9b2479 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/). +## 11.2.0 - 2019-06-11 + +* Add device OS update action [Thodoris Greasidis] + ## 11.1.0 - 2019-06-10 * Cancel ongoing livepushes when a new change occurs [Cameron Diver] diff --git a/package.json b/package.json index a97c4d7f..e00f616d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.1.0", + "version": "11.2.0", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",