From 5e46815ac755bd712027ea34f46a3bbe35748679 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 18 Jun 2019 13:44:55 +0300 Subject: [PATCH] v11.3.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03542cef..79685842 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.3.0 - 2019-06-18 + +* If a secrets file is not specified, read it from the data directory [Cameron Diver] + ## 11.2.2 - 2019-06-16 * Docs: update GitHub issue template, required Node version and sample Dockerfile [Paulo Castro] diff --git a/package.json b/package.json index 92de9f11..4f0eb82c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.2.2", + "version": "11.3.0", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",