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",