Skip to content

Commit

Permalink
1.7.0-rc (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
formulahendry authored Nov 20, 2018
1 parent 39866d1 commit d1aa12b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.7.0 (2018-11-22)
### Added
* Support IoT Edge multiple platforms scenario
* Support Azure National Clouds
* Better hint user when they fail to set IoT Hub connection string
* Better hint user when loading device list failed
* Support passing JSON in payload for direct methods
* Add 'Refresh' into context menu of normal device
* Add 'Refresh' icon inline

### Changed
* Resolve [#189](https://github.com/Microsoft/vscode-azure-iot-toolkit/issues/189): Use Node SDK instead of REST API

## 1.6.0 (2018-11-02)
### Added
* Add device twin templates for Node.js code generation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-iot-toolkit",
"displayName": "Azure IoT Toolkit",
"description": "Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Code Generation",
"version": "1.6.0",
"version": "1.7.0-rc",
"publisher": "vsciot-vscode",
"aiKey": "0caaff90-cc1c-4def-b64c-3ef33615bc9b",
"icon": "logo.png",
Expand Down

0 comments on commit d1aa12b

Please sign in to comment.