diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa4cf03..612a4f90 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/). +## [5.2.0] - 2016-10-27 + +### Added + +- Add `shutdown` command. +- Add `--force` option to `device reboot` command. + ## [5.1.0] - 2016-09-25 ### Added @@ -292,6 +299,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[5.2.0]: https://github.com/resin-io/resin-cli/compare/v5.1.0...v5.2.0 [5.1.0]: https://github.com/resin-io/resin-cli/compare/v5.0.0...v5.1.0 [5.0.0]: https://github.com/resin-io/resin-cli/compare/v4.5.0...v5.0.0 [4.5.0]: https://github.com/resin-io/resin-cli/compare/v4.4.0...v4.5.0 diff --git a/package.json b/package.json index 5967d5d6..46609ab8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "5.1.0", + "version": "5.2.0", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",