diff --git a/CHANGELOG.md b/CHANGELOG.md index 24d5b1b5..86fcdf6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.0.1] - 2016-04-26 + +- Fix unhandled exceptions in the `resin ssh` command. + ## [4.0.0] - 2016-04-26 ### Added @@ -210,6 +214,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[4.0.1]: https://github.com/resin-io/resin-cli/compare/v4.0.0...v4.0.1 +[4.0.0]: https://github.com/resin-io/resin-cli/compare/v3.0.2...v4.0.0 [3.0.2]: https://github.com/resin-io/resin-cli/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/resin-io/resin-cli/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/resin-io/resin-cli/compare/v2.7.0...v3.0.0 diff --git a/package.json b/package.json index 215fb71d..317301d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "4.0.0", + "version": "4.0.1", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",