From 7d606568f6106803453dc941f48d47a9fcee30a0 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 14 Sep 2016 11:09:43 -0700 Subject: [PATCH] v4.5.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2c9c6bb..a3e08854 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.5.0] - 2016-09-14 + +### Added + +- Attempt to retrieve device type from the image's first partition. + ## [4.4.0] - 2016-08-11 ### Changed @@ -263,6 +269,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[4.5.0]: https://github.com/resin-io/resin-cli/compare/v4.4.0...v4.5.0 [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 diff --git a/package.json b/package.json index 402ca00e..17bfb05f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "4.4.0", + "version": "4.5.0", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",