diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fbe7c2d..5b21f749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Change Log -## 0.1.2 - 2017-12-05 +## 0.1.2 - 2017-12-06 ### Added * Add Command Palette integration for build module command * Cache last used image name diff --git a/package.json b/package.json index 7d51b6ec..2d8c1a77 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": "0.1.2-rc", + "version": "0.1.2", "publisher": "vsciot-vscode", "icon": "logo.png", "preview": true,