diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b515c7..31777fae 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/). +## [6.5.1] - 2017-08-21 + +### Fixed + +- Fix lodash upgrade bug that broke `resin help` + ## [6.5.0] - 2017-08-18 ### Changed diff --git a/package.json b/package.json index c64cdc8d..fed95358 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "6.5.0", + "version": "6.5.1", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",