From 9ef99a3aa936bb9c6912cac86ed2196950a91bcf Mon Sep 17 00:00:00 2001
From: Resin CI <34882892+resin-ci@users.noreply.github.com>
Date: Tue, 5 Feb 2019 18:09:34 +0100
Subject: [PATCH] v9.12.1

---
 CHANGELOG.md | 4 ++++
 package.json | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ccc69cf..c2327252 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.1 - 2019-02-05
+
+* Rename localcommit to localrelease in target state for local mode [Cameron Diver]
+
 ## 9.12.0 - 2019-01-22
 
 * Don't offer to disable automatic application updates when using pinning [Alexis Svinartchouk]
diff --git a/package.json b/package.json
index 2487c911..0473915f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "balena-cli",
-  "version": "9.12.0",
+  "version": "9.12.1",
   "description": "The official balena CLI tool",
   "main": "./build/actions/index.js",
   "homepage": "https://github.com/balena-io/balena-cli",