diff --git a/CHANGELOG.md b/CHANGELOG.md index fd7fd6ab..1f5356b5 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.4 - 2018-03-26 + +* Upgrade resin-sync to pull in the fix for #824 #832 [Tim Perry] + ## v7.1.3 - 2018-03-23 * Prefix all pine options with '$' in preload to avoid pine warnings. #831 [Alexis Svinartchouk] diff --git a/package.json b/package.json index c08e7de4..40a54ef3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.1.3", + "version": "7.1.4", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli", @@ -145,7 +145,7 @@ "resin-sdk-preconfigured": "^6.9.0", "resin-settings-client": "^3.6.1", "resin-stream-logger": "^0.1.0", - "resin-sync": "^9.2.3", + "resin-sync": "^9.3.3", "rimraf": "^2.4.3", "rindle": "^1.0.0", "semver": "^5.3.0",