From 04c2333a54493a40b5e082abd4b9118f8fe97a4f Mon Sep 17 00:00:00 2001 From: Cameron Diver Date: Wed, 26 Apr 2017 12:18:07 +0100 Subject: [PATCH] v5.8.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07480c26..db838d83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [5.8.0] - 2017-04-26 + ### Added +- Add cloud builder output to local build +- Add nocache and tag options to resin deploy - Add ability to build and deploy an image to resin's infrastructure ### Fixed @@ -404,6 +408,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[5.8.0]: https://github.com/resin-io/resin-cli/compare/v5.7.2...v5.8.0 [5.7.2]: https://github.com/resin-io/resin-cli/compare/v5.7.1...v5.7.2 [5.7.1]: https://github.com/resin-io/resin-cli/compare/v5.7.0...v5.7.1 [5.7.0]: https://github.com/resin-io/resin-cli/compare/v5.6.1...v5.7.0 diff --git a/package.json b/package.json index 38f8ef33..30362e6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "5.7.2", + "version": "5.8.0", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",