From 19d85880f993ecc626e20da4f7da184528ff3e88 Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Tue, 17 Apr 2018 11:26:17 +0200 Subject: [PATCH] Prepare 0.4.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1171aba..61634a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log All notable changes to the "ms-vscode.azure-account" extension will be documented in this file. +## [0.4.0] +- Add command to upload files to Cloud Shell +- Use multi-select picker for subscription filter ([Microsoft/vscode#45589](https://github.com/Microsoft/vscode/issues/45589)). +- Add timeout in promise race ([#46](https://github.com/Microsoft/vscode-azure-account/pull/46)). +- Keep going after signing in ([#45](https://github.com/Microsoft/vscode-azure-account/issues/45)). + ## [0.3.3] - Robustness against tenant details not resolving ([#33](https://github.com/Microsoft/vscode-azure-account/issues/33)). - Promote API to create a Cloud Shell ([#34](https://github.com/Microsoft/vscode-azure-account/issues/34)). diff --git a/package.json b/package.json index 28e0031..39b8488 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "color": "#1289B9", "theme": "dark" }, - "version": "0.3.3", + "version": "0.4.0", "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", "publisher": "ms-vscode", "engines": {