From 98869c6eeff8d767cbd7db8b1851709cfdf1f892 Mon Sep 17 00:00:00 2001 From: Huachao Mao Date: Wed, 10 Oct 2018 09:48:48 +0800 Subject: [PATCH] Bump version to 0.20.2 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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",