From 7713ca31e58e47fe61585fcdfec530c710186a48 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Tue, 18 Dec 2018 22:19:12 +0100 Subject: [PATCH] v9.6.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13015c41..5e882034 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/). +## 9.6.0 - 2018-12-18 + +* Add push --registry-secrets option for private docker registry authentication [Paulo Castro] + ## 9.5.0 - 2018-12-14 * Add explicit device type option to `os configure` & `config generate` [Thodoris Greasidis] diff --git a/package.json b/package.json index 26198599..e72f83a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.5.0", + "version": "9.6.0", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",