diff --git a/CHANGELOG.md b/CHANGELOG.md index 84881b69..a14b7939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.20.2 (2018/10/10) +* __Bug Fix__: [Recognize file variable value contains whitespaces](https://github.com/Huachao/vscode-restclient/issues/264) + ## 0.20.1 (2018/10/9) * __Bug Fix__: [Broken works with certificates](https://github.com/Huachao/vscode-restclient/issues/263) diff --git a/package.json b/package.json index eb27c73f..289724e2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "rest-client", "displayName": "REST Client", "description": "REST Client for Visual Studio Code", - "version": "0.20.1", + "version": "0.20.2", "publisher": "humao", "author": { "name": "Huachao Mao",