From 0636dcf19d309e939522375b699e4a0b4c8c886a Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Thu, 7 Feb 2019 19:42:22 +0100 Subject: [PATCH] v9.12.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2327252..9b89fa24 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.12.2 - 2019-02-07 + +* Remove fetching of Mixpanel token [Paulo Castro] + ## 9.12.1 - 2019-02-05 * Rename localcommit to localrelease in target state for local mode [Cameron Diver] diff --git a/package.json b/package.json index bb8ccfdd..8f84a585 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.12.1", + "version": "9.12.2", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",