From 783cab2e5043c8f95716566bd3f2ccf82388d7c8 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 15 May 2019 17:40:55 +0300 Subject: [PATCH] v10.12.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 145b620c..ef4f6e44 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.12.0 - 2019-05-15 + +* Fix video url [Daniel Andrade] + ## 10.11.1 - 2019-05-15 * Debounce livepush invocations to collect changes together [Cameron Diver] diff --git a/package.json b/package.json index eb48357d..f31b770d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "10.11.1", + "version": "10.12.0", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",