diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b552408..22b141ae 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/). +## [3.0.1] - 2016-03-29 + +### Changed + +- Log Mixpanel events based on the matching command signature. + ## [3.0.0] - 2016-03-28 ### Added @@ -187,6 +193,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[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 [2.7.0]: https://github.com/resin-io/resin-cli/compare/v2.6.2...v2.7.0 [2.6.2]: https://github.com/resin-io/resin-cli/compare/v2.6.1...v2.6.2 diff --git a/package.json b/package.json index 3caa6683..dce20d8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "3.0.0", + "version": "3.0.1", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",