From 2df44227481215fa0c9469cee79ad990a08dbc88 Mon Sep 17 00:00:00 2001 From: Eugene Mirotin Date: Mon, 1 May 2017 14:14:37 +0300 Subject: [PATCH] v5.9.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 727de652..39af1f2e 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/). +## [5.9.0] - 2017-05-01 + +### Added + +- HTTP(S) proxy support + ## [5.8.1] - 2017-04-27 ### Fixed @@ -414,6 +420,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[5.9.0]: https://github.com/resin-io/resin-cli/compare/v5.8.1...v5.9.0 [5.8.1]: https://github.com/resin-io/resin-cli/compare/v5.8.0...v5.8.1 [5.8.0]: https://github.com/resin-io/resin-cli/compare/v5.7.2...v5.8.0 [5.7.2]: https://github.com/resin-io/resin-cli/compare/v5.7.1...v5.7.2 diff --git a/package.json b/package.json index d05afd8c..438c9acf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "5.8.1", + "version": "5.9.0", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",