From 1c66efb4fa15febdec617c25be9e7fb08bb98f33 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 8 Apr 2016 13:30:40 -0400 Subject: [PATCH] v3.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22b141ae..183bec27 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/). +## [3.0.2] - 2016-04-08 + +### Changed + +- Fix `os configure` command not working with shorter uuids. + ## [3.0.1] - 2016-03-29 ### Changed @@ -193,6 +199,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[3.0.2]: https://github.com/resin-io/resin-cli/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/resin-io/resin-cli/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/resin-io/resin-cli/compare/v2.7.0...v3.0.0 [2.7.0]: https://github.com/resin-io/resin-cli/compare/v2.6.2...v2.7.0 diff --git a/package.json b/package.json index fd79dc9f..cba983bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "3.0.1", + "version": "3.0.2", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",