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",