From f295837840c709e99901a6d4b010cebf81ac7886 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 7 Mar 2016 08:34:32 -0400 Subject: [PATCH] v2.7.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a51f749..471968f7 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/). +## [2.7.0] - 2016-03-07 + +### Added + +- Implement `config generate` command. +- Implement `device reboot` command. + ## [2.6.2] - 2016-02-19 ### Removed @@ -166,6 +173,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[2.7.0]: https://github.com/resin-io/resin-cli/compare/v2.6.2...v2.7.0 [2.6.2]: https://github.com/resin-io/resin-cli/compare/v2.6.1...v2.6.2 [2.6.1]: https://github.com/resin-io/resin-cli/compare/v2.6.0...v2.6.1 [2.6.0]: https://github.com/resin-io/resin-cli/compare/v2.5.0...v2.6.0 diff --git a/package.json b/package.json index 826510a0..05e8910e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "2.6.2", + "version": "2.7.0", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",