diff --git a/CHANGELOG.md b/CHANGELOG.md index 8286125f..b0499c6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [6.3.0] - 2017-08-03 + ### Fixed - Fixed compatibility of `resin local push` with docker >= 1.12 @@ -531,6 +533,7 @@ and for `resin device init` (same `--config` param) - Remove outdated information from README. +[6.3.0]: https://github.com/resin-io/resin-cli/compare/v6.2.0...v6.3.0 [6.2.0]: https://github.com/resin-io/resin-cli/compare/v6.1.1...v6.2.0 [6.1.1]: https://github.com/resin-io/resin-cli/compare/v6.1.0...v6.1.1 [6.1.0]: https://github.com/resin-io/resin-cli/compare/v6.0.0...v6.1.0 diff --git a/package.json b/package.json index 00295f05..bb3f0e50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "6.2.0", + "version": "6.3.0", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",