From dd41145912da99dffd77e8b8c2e78ec86b3367e7 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Thu, 1 Nov 2018 15:18:58 +0100 Subject: [PATCH] v9.0.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ea40ed8..e2ebd497 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/). +## v9.0.1 - 2018-11-01 + +* Dont ignore balena metadata directories when balena pushing [Cameron Diver] + ## v9.0.0 - 2018-10-29 * Change env var commands to set app-wide env vars, using the new SDK [Tim Perry] diff --git a/package.json b/package.json index 208457bd..8bf7202b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.0.0", + "version": "9.0.1", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",