diff --git a/CHANGELOG.md b/CHANGELOG.md index 6761cf7..e91551c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## v0.1.1 - 12 March 2020 + +### Updated + +* Accommodate Dapr 0.5.0 breaking changes. [#65](https://github.com/microsoft/vscode-dapr/issues/65) + ## v0.1.0 - 27 February 2020 Initial public release. diff --git a/README.md b/README.md index 6ab75ab..5a3619c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Local development with Dapr requires a running instance of Docker; follow the [D Follow the [Dapr guide](https://dapr.io/#download) to install the Dapr CLI for your platform and initialize the Dapr runtime. +> This extension requires Dapr 0.5.0 or later. + ### Visual Studio Code This extension requires Visual Studio Code version 1.42 and above; follow the [VS Code guide](https://code.visualstudio.com/) for installing VS Code for your platform. diff --git a/package-lock.json b/package-lock.json index a2f2273..b9a5f8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-dapr", - "version": "0.0.3-alpha", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f1261ea..42dc863 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Dapr", "description": "Makes it easy to run, debug, and interact with Dapr-enabled applications.", "icon": "assets/images/extensionIcon.png", - "version": "0.1.0", + "version": "0.1.1", "preview": true, "publisher": "ms-azuretools", "license": "SEE LICENSE IN LICENSE.txt",