From 6341b189ab94aa030ff147f96c11409e71201f76 Mon Sep 17 00:00:00 2001 From: Julien Vanier Date: Tue, 22 Nov 2016 17:13:40 -0500 Subject: [PATCH] 1.18.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0264681e2..6cd303951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.18.0 - 22 November 2016 + +* Include binaries for firmware 0.6.0 + ## 1.17.2 - 17 November 2016 * Disable update check through environment diff --git a/package.json b/package.json index 76c94a2a5..e8b0ac4f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "particle-cli", "description": "Simple Node commandline application for working with your Particle devices and using the Particle Cloud", - "version": "1.17.2", + "version": "1.18.0", "author": "David Middlecamp", "repository": { "type": "git",