diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e29cca..6707060c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [5.10.0] - 2017-05-22 + ### Added - Include extra usage metadata in error logging to help debugging @@ -440,6 +442,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[5.10.0]: https://github.com/resin-io/resin-cli/compare/v5.9.1...v5.10.0 [5.9.1]: https://github.com/resin-io/resin-cli/compare/v5.9.0...v5.9.1 [5.9.0]: https://github.com/resin-io/resin-cli/compare/v5.8.1...v5.9.0 [5.8.1]: https://github.com/resin-io/resin-cli/compare/v5.8.0...v5.8.1 diff --git a/package.json b/package.json index 2422c2d0..1f3fc82f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "5.9.1", + "version": "5.10.0", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",