diff --git a/CHANGELOG.md b/CHANGELOG.md index a6ff4873..85183347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added +- Bump resin-sync@8.0.0 + - Permit resin sync to collaborators - Do not explicitly disable ControlMaster option for device SSH connections - Fix issue when using resin deploy with non-standard stdin (e.g. git bash on windows) diff --git a/package.json b/package.json index be4f378c..f8dce030 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": "^7.0.0", + "resin-sync": "^8.0.0", "rimraf": "^2.4.3", "rindle": "^1.0.0", "semver": "^5.3.0",