diff --git a/CHANGELOG.md b/CHANGELOG.md index bb64048e..19b09c84 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.7.2] - 2017-04-18 + ### Fixed - Fixed warning on NPM install due to dependency conflicts @@ -394,6 +396,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[5.7.2]: https://github.com/resin-io/resin-cli/compare/v5.7.1...v5.7.2 [5.7.1]: https://github.com/resin-io/resin-cli/compare/v5.7.0...v5.7.1 [5.7.0]: https://github.com/resin-io/resin-cli/compare/v5.6.1...v5.7.0 [5.6.1]: https://github.com/resin-io/resin-cli/compare/v5.6.0...v5.6.1 diff --git a/package.json b/package.json index 90697c34..712a0430 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "5.7.1", + "version": "5.7.2", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",