diff --git a/CHANGELOG.md b/CHANGELOG.md index 1da35db8..6aa4cf03 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/). +## [5.1.0] - 2016-09-25 + +### Added + +- Add `devices supported` command. + ## [5.0.0] - 2016-09-15 ### Added @@ -286,7 +292,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. -[5.0.0]: https://github.com/resin-io/resin-cli/compare/v5.0.0...v4.5.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 [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 diff --git a/package.json b/package.json index 6ba8ead0..7a1d71bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "5.0.0", + "version": "5.1.0", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",