diff --git a/CHANGELOG.md b/CHANGELOG.md index 33711574..f719d893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Change Log +## 1.17.0 - 2019-08-xx +### Added +* Add CodeLens to help user update ASA job information + +### Fixed +* Fix broken link in README.md + ## 1.16.0 - 2019-08-13 ### Added * Guide user to setup connection string from UI when failed to start simulator diff --git a/README.md b/README.md index 20ddb814..90ffe24f 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,12 @@ ![Added](images/multipleplatform.gif) -## What's New (v1.14.0) +## What's New (v1.17.0) ### Added -* Support create an Azure IoT Edge Solution without any module. +* Add CodeLens to help user update ASA job information. -### Changed -* Only add tempSensor module when adding custom module. -* Fixed the issue command broken on VSCode 1.35.0+ [#459](https://github.com/microsoft/vscode-azure-iot-edge/issues/459). +### Fixed +* Fix broken link in README.md. ## Known Issues * [C module remote debug error](https://github.com/Microsoft/vscode-azure-iot-edge/issues/283) diff --git a/package-lock.json b/package-lock.json index 48bd82ec..e3bbb4aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "azure-iot-edge", - "version": "1.16.0", + "version": "1.17.0-rc", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f7d09da7..771df2f8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "azure-iot-edge", "displayName": "Azure IoT Edge", "description": "Develop, deploy, debug, and manage your IoT Edge solution", - "version": "1.16.0", + "version": "1.17.0-rc", "publisher": "vsciot-vscode", "aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe", "icon": "logo.png",