From 9f3108c5e722a1e30b5257fdb29dbfc51dbb3c6d Mon Sep 17 00:00:00 2001 From: Kostas Lekkas Date: Fri, 10 Mar 2017 18:19:45 +0000 Subject: [PATCH] 5.5.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53eee1a4..7401220c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [5.5.0] - 2017-03-10 + +### Added + +- Require superuser for scan commands, also introduce docker timeout +- Bump resin-sync@7.0.0: use experimental rds which requires superuser permissions + ## [5.4.0] - 2017-03-09 ### Added diff --git a/package.json b/package.json index d830b4ba..d6ccfd77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "5.4.0", + "version": "5.5.0", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",