diff --git a/CHANGELOG.md b/CHANGELOG.md index 638483e4..8286125f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased + +### Fixed + +- Fixed compatibility of `resin local push` with docker >= 1.12 + ## [6.2.0] - 2017-07-27 ### Changed diff --git a/package.json b/package.json index 00493377..00295f05 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "resin-sdk-preconfigured": "^6.4.1", "resin-settings-client": "^3.6.1", "resin-stream-logger": "^0.0.4", - "resin-sync": "^8.0.1", + "resin-sync": "^9.0.0", "rimraf": "^2.4.3", "rindle": "^1.0.0", "semver": "^5.3.0",