From 2088cbe896b27ada1b9f2156c358558ffb185356 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 11 Aug 2016 10:35:19 -0400 Subject: [PATCH] v4.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 162e0d13..c2c9c6bb 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/). +## [4.4.0] - 2016-08-11 + +### Changed + +- Display OS and Supervisor version in `devices` and `device` commands. + ## [4.3.0] - 2016-08-11 ### Added @@ -257,6 +263,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[4.4.0]: https://github.com/resin-io/resin-cli/compare/v4.3.0...v4.4.0 [4.3.0]: https://github.com/resin-io/resin-cli/compare/v4.2.1...v4.3.0 [4.2.1]: https://github.com/resin-io/resin-cli/compare/v4.2.0...v4.2.1 [4.2.0]: https://github.com/resin-io/resin-cli/compare/v4.1.0...v4.2.0 diff --git a/package.json b/package.json index 0ae0aaff..9e577e3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "4.3.0", + "version": "4.4.0", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",