From ef869af9cedfa54976b9ec7de4354e673b077b9a Mon Sep 17 00:00:00 2001 From: Huachao Mao Date: Sat, 13 Jun 2020 14:11:34 +0800 Subject: [PATCH] Bump version to 0.24.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90674820..9cee08d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.24.1 (2020/6/13) +* __Bug Fix__: [Query strings not working on multiple lines](https://github.com/Huachao/vscode-restclient/issues/607) + ## 0.24.0 (2020/6/12) * __Feature__: [AWS Signature version 4 authentication](https://github.com/Huachao/vscode-restclient/pull/586) ([@sebastian-fredriksson-bernholtz](https://github.com/sebastian-fredriksson-bernholtz)) * __Feature__: [Present an Option to Confirm Send](https://github.com/Huachao/vscode-restclient/pull/538) ([@ChayimFriedman2](https://github.com/ChayimFriedman2)) diff --git a/package.json b/package.json index 7b84eec2..b04baa9d 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.24.0", + "version": "0.24.1", "publisher": "humao", "author": { "name": "Huachao Mao",