diff --git a/CHANGELOG.md b/CHANGELOG.md index 58050f12..fd7fd6ab 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/). +## v7.1.3 - 2018-03-23 + +* Prefix all pine options with '$' in preload to avoid pine warnings. #831 [Alexis Svinartchouk] + ## v7.1.2 - 2018-03-23 * Update resin-preload to 6.2.0 and resin-sdk to 9.0.0-beta16 #830 [Alexis Svinartchouk] diff --git a/package.json b/package.json index 91153595..c08e7de4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.1.2", + "version": "7.1.3", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",